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

Syntax

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

See Also