NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Constraint.IsPrimaryKey

Gets a value indicating whether the constraint is on a primary key column.

[Visual Basic]
Overridable Public ReadOnly Property IsPrimaryKey As Boolean
[C#]
public bool IsPrimaryKey {virtual get;}
[C++]
public: __property virtual bool get_IsPrimaryKey();
[JScript]
public function get IsPrimaryKey() : Boolean;

Property Value

true, if the columns is a primary key; otherwise, false.

See Also

Constraint Class | Constraint Members | System.Data Namespace