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