Does this database object apply to the given dialect?
Namespace: NHibernate.MappingAssembly: 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.