TechTalk Genome v4.2

Set.GetRange Method

Returns a Set containing a range of elements in the source Set .

Overload List

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[]);

See Also

Set Class | TechTalk.Genome Namespace | OrderBy