Generates and executes the creation scripts for the database using
the specified baseClass to know which database it should create the schema for.
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
public static void CreateSchema( Type baseClass ) |
Parameters
- baseClass
- Type
[Missing <param> documentation for "baseClass"]
See Also
ActiveRecordStarter Class
Castle.ActiveRecord Namespace