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

Syntax

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

See Also