Пример #1
0
 public Fields(string ConnectionStr, String L_FieldsID_Value)
 {
     ExecCommand = new Fields_Command(ConnectionStr, this);
     ExecCommand.Load(L_FieldsID_Value);
 }
Пример #2
0
 public Fields(string ConnectionStr)
 {
     ExecCommand = new Fields_Command(ConnectionStr, this);
 }
Пример #3
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new Fields_Command(ConnectionStr, this);
 }
Пример #4
0
 public Fields()
 {
     ExecCommand = new Fields_Command(this);
 }