[Missing <summary> documentation for "M:NHibernate.Cache.QueryKey.SetMaxRows(System.Int32[])"]

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

Syntax

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

Parameters

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

[Missing <param name="maxRows"/> documentation for "M:NHibernate.Cache.QueryKey.SetMaxRows(System.Int32[])"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Cache.QueryKey.SetMaxRows(System.Int32[])"]

See Also