예제 #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);
 }