IDatabaseContext DatabaseContext
static void IgnoreIdentifiersCase(this IQueryContext context, bool value)
static bool AutoCommit(this IQueryContext context)
ISessionContext SessionContext
static string CurrentSchema(this IQueryContext context)
The execution context of a database system, that is defining the configurations and the components us...
Provides a context for executing queries, accessing the system resources and evaluation context...
static QueryParameterStyle ParameterStyle(this IQueryContext context)
static void CurrentSchema(this IQueryContext context, string value)
static void AutoCommit(this IQueryContext context, bool value)
static bool IgnoreIdentifiersCase(this IQueryContext context)
static ISystemContext SystemContext(this IQueryContext context)
ITransactionContext TransactionContext
static void ParameterStyle(this IQueryContext context, QueryParameterStyle value)
ISystemContext SystemContext
Gets the context of the database system that handles this database.