Esempio n. 1
0
 public Fields(string ConnectionStr, String L_FieldsID_Value)
 {
     ExecCommand = new Fields_Command(ConnectionStr, this);
     ExecCommand.Load(L_FieldsID_Value);
 }
Esempio n. 2
0
 public Fields(string ConnectionStr)
 {
     ExecCommand = new Fields_Command(ConnectionStr, this);
 }
Esempio n. 3
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new Fields_Command(ConnectionStr, this);
 }
Esempio n. 4
0
 public Fields()
 {
     ExecCommand = new Fields_Command(this);
 }