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