Quotes a name for being used as a tablename
Namespace:
NHibernate.Dialect
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function QuoteForTableName ( _
tableName As String _
) As String |
C# |
---|
public virtual string QuoteForTableName(
string tableName
) |
Visual C++ |
---|
public:
virtual String^ QuoteForTableName(
String^ tableName
) |
JavaScript |
---|
function quoteForTableName(tableName); |
Return Value
A Quoted name in the format of OpenQuote + tableName + CloseQuote
Remarks
See Also