TechTalk Genome v4.2

Set.Item Property

Returns a Set that contains elements of the source Set filtered by the specified OQL filter expression.

Overload List

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;}

See Also

Set Class | TechTalk.Genome Namespace | Where | Filtering