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

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

Syntax

C#
protected RowSelection RowSelection { get; }
Visual Basic
Protected ReadOnly Property RowSelection As RowSelection
	Get
Visual C++
protected:
property RowSelection^ RowSelection {
	RowSelection^ get ();
}

See Also