Namespace:
NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function SetFirstRows ( _ firstRows As Integer() _ ) As QueryKey |
C# |
---|
public QueryKey SetFirstRows( int[] firstRows ) |
Visual C++ |
---|
public: QueryKey^ SetFirstRows( array<int>^ firstRows ) |
JavaScript |
---|
function setFirstRows(firstRows); |
Parameters
- firstRows
- Type: array<
System..::.Int32
>[]()[]