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