internal DECommandHelper(string commandText, DEConnectionHelper ConnectionHelper)
 {
     _Command = new OleDbCommand(commandText, (OleDbConnection)ConnectionHelper.Connection);
 }
Exemple #2
0
 internal DECommandHelper(string commandText, DEConnectionHelper ConnectionHelper)
 {
     _Command = new OleDbCommand(commandText, (OleDbConnection)ConnectionHelper.Connection);
 }