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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property HasRowSelection As Boolean
C#
public bool HasRowSelection { get; }
Visual C++
public:
property bool HasRowSelection {
	bool get ();
}
JavaScript
function get_hasRowSelection();

See Also