[Missing <summary> documentation for "M:NHibernate.Dialect.MsSql2000Dialect.Quote(System.String)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected override string Quote( string name ) |
Visual Basic |
---|
Protected Overrides Function Quote ( _ name As String _ ) As String |
Visual C++ |
---|
protected: virtual String^ Quote( String^ name ) override |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:NHibernate.Dialect.MsSql2000Dialect.Quote(System.String)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Dialect.MsSql2000Dialect.Quote(System.String)"]
Remarks
MsSql does not require the OpenQuote to be escaped as long as the first char
is an OpenQuote.