Namespace:  NHibernate.Dialect
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Function Quote ( _
	name As String _
) As String
C#
protected override string Quote(
	string name
)
Visual C++
protected:
virtual String^ Quote(
	String^ name
) override
JavaScript
function quote(name);

Parameters

name
Type: System..::.String

Return Value

Remarks

MsSql does not require the OpenQuote to be escaped as long as the first char is an OpenQuote.

See Also