Create a schema exporter for the given Configuration, with the given
database connection properties
Namespace: NHibernate.Tool.hbm2ddlAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SchemaExport( Configuration cfg, IDictionary<string, string> configProperties ) |
Visual Basic |
---|
Public Sub New ( _ cfg As Configuration, _ configProperties As IDictionary(Of String, String) _ ) |
Visual C++ |
---|
public: SchemaExport( Configuration^ cfg, IDictionary<String^, String^>^ configProperties ) |
Parameters
- cfg
- Type: NHibernate.Cfg..::..Configuration
The NHibernate Configuration to generate the schema from.
- configProperties
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>
The Properties to use when connecting to the Database.