Add the given dialect name to the scope of dialects to which this database object applies.

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

Syntax

C#
void AddDialectScope(
	string dialectName
)
Visual Basic
Sub AddDialectScope ( _
	dialectName As String _
)
Visual C++
void AddDialectScope(
	String^ dialectName
)

Parameters

dialectName
Type: System..::..String
The name of a dialect.

See Also