The IAuxiliaryDatabaseObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddDialectScope |
Add the given dialect name to the scope of dialects to which
this database object applies.
| |
AppliesToDialect |
Does this database object apply to the given dialect?
| |
SetParameterValues |
Gets called by NHibernate to pass the configured type parameters to the implementation.
| |
SqlCreateString |
When implemented by a class, generates the SQL string to create
the mapping element in the database.
(Inherited from IRelationalModel.) | |
SqlDropString |
When implemented by a class, generates the SQL string to drop
the mapping element from the database.
(Inherited from IRelationalModel.) |