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