public void InitCommand(string ConnectionStr) { ExecCommand = new SAP_Interface_Log_Command(ConnectionStr, this); }
public SAP_Interface_Log(string ConnectionStr, Int32 TranID_Value) { ExecCommand = new SAP_Interface_Log_Command(ConnectionStr, this); ExecCommand.Load(TranID_Value); }
public SAP_Interface_Log() { ExecCommand = new SAP_Interface_Log_Command(this); }