IDwReadOnlyColumn.Key Property
.NET Standard 2.x
Gets a bool
value indicating whether the column is part of the database table's primary key. This property is only used by .NET DataStore to generate SQL when calling the ReselectRow method.
.NET DataStore uses KeyAttribute
applied to the model instead of this property to indicate whether the column is part of the database table's primary key.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
bool Key { get; }
Property Value
System.Boolean
A bool
value indicating whether the column is part of the database table's primary key.
Applies to
.NET Standard
2.x