Returns a Set that contains elements of the source Set filtered by the specified OQL filter expression.
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.
[Obsolete(Message="Please use Set.GetItem method", IsError="False")]public object this[int] {get;}
Returns a Set that contains elements of the source Set filtered by the specified OQL filter expression.
public Set this[string, object[]] {get;}