ColumnProvider::Nullable Property
.NET Framework (current version)
Gets or sets a value that indicates whether the column accepts null values.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: property bool Nullable { virtual bool get(); protected: virtual void set(bool value); }
This property specifies whether the column accepts null values as defined by the data provider. For more information, see Handling Null Values.
.NET Framework
Available since 3.5
Available since 3.5
Show: