Gets the name of this Column in quoted form if it is necessary.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetQuotedName ( _ d As Dialect _ ) As String |
C# |
---|
public string GetQuotedName( Dialect d ) |
Visual C++ |
---|
public: String^ GetQuotedName( Dialect^ d ) |
JavaScript |
---|
function getQuotedName(d); |
Parameters
- d
- Type: NHibernate.Dialect..::.Dialect
The Dialect that knows how to quote the column name.