[Missing <summary> documentation for "P:NHibernate.SqlCommand.SqlCommandImpl.Query"]

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

Syntax

C#
public SqlString Query { get; }
Visual Basic
Public ReadOnly Property Query As SqlString
	Get
Visual C++
public:
virtual property SqlString^ Query {
	SqlString^ get () sealed;
}

Implements

ISqlCommand..::..Query

See Also