Checks to see if the name has been quoted.
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual bool IsQuoted( string name ) |
Visual Basic |
---|
Public Overridable Function IsQuoted ( _ name As String _ ) As Boolean |
Visual C++ |
---|
public: virtual bool IsQuoted( String^ name ) |
Parameters
- name
- Type: System..::..String
The name to check if it is quoted
Return Value
true if name is already quoted.Remarks
The default implementation is to compare the first character
to Dialect.OpenQuote and the last char to Dialect.CloseQuote