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

Syntax

Visual Basic (Declaration)
Public Sub Format ( _
	text As SqlString _
)
C#
public void Format(
	SqlString text
)
Visual C++
public:
void Format(
	SqlString^ text
)
JavaScript
function format(text);

See Also