Definition at line 27 of file SystemContextExtensions.cs.
static bool Deveel.Data.SystemContextExtensions.AutoCommit |
( |
this ISystemContext |
context | ) |
|
|
inlinestatic |
Definition at line 28 of file SystemContextExtensions.cs.
30 dbConfig.SetValue(
"database.name", name);
31 return context.CreateDatabaseContext(dbConfig);
Configuration(bool isRoot)
Constructs the Configuration.
static string Deveel.Data.SystemContextExtensions.DefaultSchema |
( |
this ISystemContext |
context | ) |
|
|
inlinestatic |
static bool Deveel.Data.SystemContextExtensions.IgnoreIdentifiersCase |
( |
this ISystemContext |
context | ) |
|
|
inlinestatic |
static bool Deveel.Data.SystemContextExtensions.ReadOnly |
( |
this ISystemContext |
context | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: