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

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

Syntax

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

Parameters

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

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

Return Value

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

See Also