public bool? AllowRowLocks { get; set; }Public Property AllowRowLocks As Boolean?
Get
Setpublic:
property Nullable<bool> AllowRowLocks {
Nullable<bool> get ();
void set (Nullable<bool> value);
}member AllowRowLocks : Nullable<bool> with get, set