Gets or sets the System.Data.OleDb.OleDbConnection used by this instance of the System.Data.OleDb.OleDbCommand.
Documentation for this section has not yet been entered.
You cannot set the OleDbCommand.Connection, OleDbCommand.CommandType and OleDbCommand.CommandText properties if the current connection is performing an execute or fetch operation.
If you set OleDbCommand.Connection while a transaction is in progress and the OleDbCommand.Transaction property is not null, an InvalidOperationException is generated. If the OleDbCommand.Transaction property is not null and the transaction has already been committed or rolled back, OleDbCommand.Transaction is set to null.