Gets or sets whether the index is primary.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool Primary { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Primary As Boolean |
| Visual C++ |
|---|
public: property bool Primary { bool get (); void set (bool value); } |