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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Text As SqlString
C#
public SqlString Text { get; }
Visual C++
public:
property SqlString^ Text {
	SqlString^ get ();
}
JavaScript
function get_text();

See Also