TechTalk Genome v4.2

Set.Select Method

Returns a Set populated by evaluating the specified expression on the elements of the source Set.

Overload List

Returns a Set populated by evaluating the specified OQL expression on the elements of the source Set.

public Set Select(bool,string,params object[]);

Returns a Set populated by evaluating the specified OQL expression on the elements of the source Set.

public Set Select(string,params object[]);

See Also

Set Class | TechTalk.Genome Namespace | Projection