The IAuxiliaryDatabaseObject type exposes the following members.

Methods

  NameDescription
Public methodAddDialectScope
Add the given dialect name to the scope of dialects to which this database object applies.
Public methodAppliesToDialect
Does this database object apply to the given dialect?
Public methodSetParameterValues
Gets called by NHibernate to pass the configured type parameters to the implementation.
Public methodSqlCreateString
When implemented by a class, generates the SQL string to create the mapping element in the database.
(Inherited from IRelationalModel.)
Public methodSqlDropString
When implemented by a class, generates the SQL string to drop the mapping element from the database.
(Inherited from IRelationalModel.)

See Also