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