コード例 #1
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new InterfaceLogDetail_Command(ConnectionStr, this);
 }
コード例 #2
0
 public InterfaceLogDetail(string ConnectionStr, String InterfaceLogDetailID_Value)
 {
     ExecCommand = new InterfaceLogDetail_Command(ConnectionStr, this);
     ExecCommand.Load(InterfaceLogDetailID_Value);
 }
コード例 #3
0
 public InterfaceLogDetail()
 {
     ExecCommand = new InterfaceLogDetail_Command(this);
 }