예제 #1
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new JournalEntries_Command(ConnectionStr, this);
 }
예제 #2
0
 public JournalEntries(string ConnectionStr, String L_JournalEntriesID_Value)
 {
     ExecCommand = new JournalEntries_Command(ConnectionStr, this);
     ExecCommand.Load(L_JournalEntriesID_Value);
 }
예제 #3
0
 public JournalEntries()
 {
     ExecCommand = new JournalEntries_Command(this);
 }