Gets the schema qualified name of the Table.

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

Syntax

C#
public string GetQualifiedName(
	Dialect dialect
)
Visual Basic
Public Function GetQualifiedName ( _
	dialect As Dialect _
) As String
Visual C++
public:
String^ GetQualifiedName(
	Dialect^ dialect
)

Parameters

dialect
Type: NHibernate.Dialect..::..Dialect
The NHibernate.Dialect that knows how to Quote the Table name.

Return Value

The name of the table qualified with the schema if one is specified.

See Also