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