[Missing <summary> documentation for "P:NHibernate.Impl.AbstractQueryImpl.Selection"]

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

Syntax

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

See Also