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

Syntax

Visual Basic (Declaration)
Public Function SetMaxRows ( _
	maxRows As Integer() _
) As QueryKey
C#
public QueryKey SetMaxRows(
	int[] maxRows
)
Visual C++
public:
QueryKey^ SetMaxRows(
	array<int>^ maxRows
)
JavaScript
function setMaxRows(maxRows);

Parameters

maxRows
Type: array< System..::.Int32 >[]()[]

See Also