Gets the name of this Table in quoted form if it is necessary.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public string GetQuotedName( Dialect dialect ) |
| Visual Basic |
|---|
Public Function GetQuotedName ( _ dialect As Dialect _ ) As String |
| Visual C++ |
|---|
public: String^ GetQuotedName( Dialect^ dialect ) |
Parameters
- dialect
- Type: NHibernate.Dialect..::..Dialect
The Dialect that knows how to quote the Table name.