Sql.Net Class Library Documentation

FromTerm.SubQuery Method (SelectQuery, String)

Creates a FromTerm which represents a sub-query.

public static FromTerm SubQuery(
   SelectQuery query,
   string alias
);

Parameters

query
A SelectQuery instance representing the sub query
alias
term alias

Return Value

A FromTerm which represents a sub-query.

See Also

FromTerm Class | Reeb.SqlOM Namespace | FromTerm.SubQuery Overload List