Builds a SqlString from the internal data.

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

Syntax

Visual Basic (Declaration)
Function ToSqlString As SqlString
C#
SqlString ToSqlString()
Visual C++
SqlString^ ToSqlString()
JavaScript
function toSqlString();

Return Value

A valid SqlString that can be converted into an IDbCommand

See Also