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