Syntax
| C# |
|---|
public interface IConfigurationSource |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| GetConfiguration |
Implementors should return an IConfiguration
instance
|
Public Properties
| Name | Description | |
|---|---|---|
| Debug |
Gets a value indicating whether this IConfigurationSource produce debug information
| |
| IsLazyByDefault |
Gets a value indicating whether the entities should be lazy by default.
| |
| NamingStrategyImplementation |
Implementors should return the type that implements
the interface NHibernate.Cfg.INamingStrategy
| |
| PluralizeTableNames |
Gets a value indicating whether table names are assumed plural by default.
| |
| SessionFactoryHolderImplementation |
Implementors should return the type that implements
the interface ISessionFactoryHolder | |
| ThreadScopeInfoImplementation |
Implementors should return the type that implements
the interface IThreadScopeInfo | |
| VerifyModelsAgainstDBSchema |
Gets or sets a value indicating whether the models should be verified against the db schema on Initialisation.
|