/// <summary>
 /// Creates and returns a Command object associated with the connection.
 /// </summary>
 /// <returns>A Command object associated with the connection.</returns>
 internal protected IDbCommand CreateCommand()
 {
     return(BaseConnection.CreateCommand());
 }