Returns an object at the specified zero-based index of the Set .
Returns an object at the specified zero-based index of the Set using element indexing order established by the default sort order of the source Set.
public object GetItem(int);
Returns an object at the specified zero-based index of the Set using element indexing order established by the specified OQL order clause.
public object GetItem(int,string,params object[]);