Context
public const string CONNECTION_POOL_ERROR_MESSAGE = "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached."
public const string QUERY_HINT_ERROR_MESSAGE = "Query processor could not produce a query plan because of the hints defined in this query. Resubmit the query without specifying any hints and without using SET FORCEPLAN."
public const string ZOMBIE_CHECK_ERROR_MESSAGE = "This SqlTransaction has completed; it is no longer usable."
public Context()
public static CommandBehavior CalculateCommandBehaviorForReader(IDbCommand command, bool sequentialAccess)