Context public class Context : BaseContext Documentation 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 ILogGateway LogGateway { get; set; } public Context() public Context(ConnectionData connectionData) public Context(string connectionString) public Context(string server, string login, string password) public Context(string server, string database, string login, string password) public static bool InitializeLogProvider(Func<ILogGateway> provider) public CommandBehavior CalculateCommandBehaviorForReader(IDbCommand command, bool sequentialAccess) public Task<SqlConnection> GetConnectionAsync() public ConnectionState GetConnectionState()