[Missing <summary> documentation for "P:NHibernate.Engine.Query.NativeSQLQueryPlan.CustomQuery"]

Namespace: NHibernate.Engine.Query
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public SQLCustomQuery CustomQuery { get; }
Visual Basic
Public ReadOnly Property CustomQuery As SQLCustomQuery
	Get
Visual C++
public:
property SQLCustomQuery^ CustomQuery {
	SQLCustomQuery^ get ();
}

See Also