public Fields(string ConnectionStr, String L_FieldsID_Value) { ExecCommand = new Fields_Command(ConnectionStr, this); ExecCommand.Load(L_FieldsID_Value); }
public Fields(string ConnectionStr) { ExecCommand = new Fields_Command(ConnectionStr, this); }
public void InitCommand(string ConnectionStr) { ExecCommand = new Fields_Command(ConnectionStr, this); }
public Fields() { ExecCommand = new Fields_Command(this); }