Gets or sets if a column is a row guid column.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool RowGuidColumn { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property RowGuidColumn As Boolean |
| Visual C++ |
|---|
public: property bool RowGuidColumn { bool get (); void set (bool value); } |