Exemple #1
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new JournalEntries_Lines_Command(ConnectionStr, this);
 }
Exemple #2
0
 public JournalEntries_Lines(string ConnectionStr, String L_JournalEntries_LinesID_Value)
 {
     ExecCommand = new JournalEntries_Lines_Command(ConnectionStr, this);
     ExecCommand.Load(L_JournalEntries_LinesID_Value);
 }
Exemple #3
0
 public JournalEntries_Lines()
 {
     ExecCommand = new JournalEntries_Lines_Command(this);
 }