Gets the schema qualified name of the Table.
Namespace: NHibernate.MappingAssembly: 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.