Namespaces

Types

Type IRelationalModel

Namespace NHibernate.Mapping

Methods

Public instance methods

string SqlCreateString(Dialect dialect, IMapping p, string defaultSchema)

When implemented by a class, generates the SQL string to create the mapping element in the database.
Parameters
return string A string that contains the SQL to create an object.
Dialect dialect The Dialect to use for SQL rules.
IMapping p
string defaultSchema

string SqlDropString(Dialect dialect, string defaultSchema)

When implemented by a class, generates the SQL string to drop the mapping element from the database.
Parameters
return string A string that contains the SQL to drop an object.
Dialect dialect The Dialect to use for SQL rules.
string defaultSchema