Overload | Description |
---|---|
AddUsingParameters(JoinCollection,QueryParameterCollection) | Populates the specified collection with parameters of the Join operators from the passed-in collection of operators. |
AddUsingParameters(QueryColumnExpressionCollection,QueryParameterCollection) | Populates the specified collection with parameters of column expressions from the passed-in collection of expressions. |
AddUsingParameters(QueryCase,QueryParameterCollection) | Populates the specified collection with the parameters from the passed-in operator of the Case query. |
AddUsingParameters(QuerySourceExpression,QueryParameterCollection) | Populates the specified collection with the parameters from the passed-in expression of the query data source. |
AddUsingParameters(QueryFunction,QueryParameterCollection) | Populates the specified collection with parameters from the passed-in query function. |
AddUsingParameters(QueryColumnExpression,QueryParameterCollection) | Populates the specified collection with parameters from the passed-in query column expression. |
AddUsingParameters(ModifyQueryColumnValueCollection,QueryParameterCollection) | Populates the specified collection with parameters of column values from the passed-in collection of values. |
AddUsingParameters(OrderByItemCollection,QueryParameterCollection) | Populates the specified collection with parameters of sort expressions from the passed-in collection of expressions. |
AddUsingParameters(QueryCondition,QueryParameterCollection) | Populates the specified collection with parameters from the passed-in query condition. |
AddUsingParameters(SelectQueryCollection,QueryParameterCollection) | Populates the specified collection with parameters of select queries from the passed-in collection of queries. |
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