Overload | Description |
---|---|
Add(String) | Adds the expression with the specified alias in the current collection of column expressions. |
Add(String,String) | In the current collection of column expressions, adds the expression with the specified alias from the specified source. |
Add(QueryParameter) | In the current collection of column expressions, adds the expression for the specified query parameter. |
Add(Select) | In the current collection of column expressions, adds the expression for the passed-in select subquery. |
Add(Query) | In the current collection of column expressions, adds the expression for the passed-in random subquery. |
Add(QueryFunction) | In the current collection of column expressions, adds the expression for the passed-in expression function. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2