The ContextSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ContextSettings |
Properties
| Name | Description | |
|---|---|---|
| AuditInfo |
The configured AuditInfoMode | |
| AutoTimestamps |
The configured AutoTimestampMode | |
| CacheClass |
The name of an ICache implementation.
| |
| CascadeDeletes |
The default target database schema.
| |
| CommandTimeout |
The configured command timeout, in seconds.
| |
| ConnectionString |
The configured connection string.
| |
| ConnectionStringName |
The name of the configured connection string.
| |
| DataProvider |
The configured DataProvider | |
| DetectPropertyNames |
Whether LightSpeed automatically detects property names.
| |
| DisplayNamingStrategyClass |
The name of an IDisplayNamingStrategy implementation.
| |
| FactoryClass |
The name of an IUnitOfWorkFactory implementation.
| |
| IdentityBlockSize |
The number of identity values allocated at once.
| |
| IdentityMethod |
The configured IdentityMethod | |
| LoggerClass |
The name of an ILogger implementation.
| |
| Name |
The name of this set of configuration data. Used when creating a LightSpeedContext.
| |
| NamingStrategyClass |
The name of an INamingStrategy implementation.
| |
| PluralizeTableNames |
Whether table names are inferred as plural.
| |
| QuoteIdentifiers |
Whether identifiers should be quoted in generated SQL
| |
| Schema |
The default target database schema.
| |
| SearchEngineClass |
The name of an ISearchEngine implementation.
| |
| SearchEngineFileLocation |
The path to the full text search index file(s).
| |
| UpdateBatchSize |
The maximum number of SQL statements per batch.
| |
| VerboseLogging |
Whether verbose logging is turned on.
|