Returns a Set containing a range of elements in the source Set .
Returns a Set containing a range of elements in the source Set using element indexing order established by the default sort order of the source Set.
public Set GetRange(int,int);
Returns a Set containing a range of elements in the source Set using element indexing order established by the specified OQL order clause.
public Set GetRange(int,int,string,params object[]);
Returns a Set containing a range of elements in the source Set using element indexing order established by the default sort order of the source Set.
public Set GetRange(int,int,GetRangeMethod);
Returns a Set containing a range of elements in the source Set using element indexing order established by the specified OQL order clause.
public Set GetRange(int,int,GetRangeMethod,string,params object[]);