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