Syntax

C#
public interface IConfigurationSource

The type exposes the following members.

Public Methods

  NameDescription
Public methodGetConfiguration
Implementors should return an IConfiguration instance

Public Properties

  NameDescription
Public propertyDebug
Gets a value indicating whether this IConfigurationSource produce debug information
Public propertyIsLazyByDefault
Gets a value indicating whether the entities should be lazy by default.
Public propertyNamingStrategyImplementation
Implementors should return the type that implements the interface NHibernate.Cfg.INamingStrategy
Public propertyPluralizeTableNames
Gets a value indicating whether table names are assumed plural by default.
Public propertySessionFactoryHolderImplementation
Implementors should return the type that implements the interface ISessionFactoryHolder
Public propertyThreadScopeInfoImplementation
Implementors should return the type that implements the interface IThreadScopeInfo
Public propertyVerifyModelsAgainstDBSchema
Gets or sets a value indicating whether the models should be verified against the db schema on Initialisation.

See Also