Definition at line 25 of file QueryContextExtensions.cs.
static void Deveel.Data.QueryContextExtensions.AutoCommit |
( |
this IQueryContext |
context, |
|
|
bool |
value |
|
) |
| |
|
inlinestatic |
static bool Deveel.Data.QueryContextExtensions.AutoCommit |
( |
this IQueryContext |
context | ) |
|
|
inlinestatic |
static string Deveel.Data.QueryContextExtensions.CurrentSchema |
( |
this IQueryContext |
context | ) |
|
|
inlinestatic |
static void Deveel.Data.QueryContextExtensions.CurrentSchema |
( |
this IQueryContext |
context, |
|
|
string |
value |
|
) |
| |
|
inlinestatic |
static bool Deveel.Data.QueryContextExtensions.IgnoreIdentifiersCase |
( |
this IQueryContext |
context | ) |
|
|
inlinestatic |
static void Deveel.Data.QueryContextExtensions.IgnoreIdentifiersCase |
( |
this IQueryContext |
context, |
|
|
bool |
value |
|
) |
| |
|
inlinestatic |
Definition at line 60 of file QueryContextExtensions.cs.
61 return context.SessionContext.TransactionContext.DatabaseContext.SystemContext;
The documentation for this class was generated from the following file: