Does this database object apply to the given dialect?

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool AppliesToDialect(
	Dialect dialect
)
Visual Basic
Function AppliesToDialect ( _
	dialect As Dialect _
) As Boolean
Visual C++
bool AppliesToDialect(
	Dialect^ dialect
)

Parameters

dialect
Type: NHibernate.Dialect..::..Dialect
The dialect to check against.

Return Value

True if this database object does apply to the given dialect.

See Also