[Missing <summary> documentation for "P:NHibernate.Loader.Criteria.CriteriaQueryTranslator.HasProjection"]

Namespace: NHibernate.Loader.Criteria
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public bool HasProjection { get; }
Visual Basic
Public ReadOnly Property HasProjection As Boolean
	Get
Visual C++
public:
property bool HasProjection {
	bool get ();
}

See Also