Returns a Set populated by evaluating the specified expression on the elements of the source Set.
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[]);