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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FirstResult As Integer
C#
public int FirstResult { get; }
Visual C++
public:
property int FirstResult {
	int get ();
}
JavaScript
function get_firstResult();

See Also