ColumnProvider::IsGenerated Property
.NET Framework (current version)
Gets or sets a value that indicates whether the column value is automatically generated by the database.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: property bool IsGenerated { virtual bool get(); protected: virtual void set(bool value); }
Property Value
Type: System::Booleantrue if the column value is automatically generated by the database; otherwise, false.
.NET Framework
Available since 3.5
Available since 3.5
Show: