Gets or sets the System.Data.SqlClient.SqlConnection used by this instance of the System.Data.SqlClient.SqlCommand.
Documentation for this section has not yet been entered.
If the command is enlisted in an existing transaction, and the connection is changed, trying to execute the command will throw an InvalidOperationException.
If the SqlCommand.Transaction property is not null and the transaction has already been committed or rolled back, SqlCommand.Transaction is set to null.