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