[Missing <summary> documentation for "P:PerpetuumSoft.DataModel.MsSql.SpatialIndexSql10.AllowRowLocks"]

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public bool AllowRowLocks { get; set; }
Visual Basic (Declaration)
Public Property AllowRowLocks As Boolean
Visual C++
public:
property bool AllowRowLocks {
	bool get ();
	void set (bool value);
}

See Also