Overload | Description |
---|---|
AddCondition(QueryColumnExpression,OrderByItem,QueryParameter) | Adds the condition with the specified properties for the passed-in expression of query results sorting. |
AddCondition(QueryColumnExpression,QueryParameter) | Adds a condition with the specified properties for the expressions by which the results of the query will be sorted. |
AddCondition(String,String,Object) | Adds a condition with the specified properties for the column expression with the specified name, by which the results of the query will be sorted. |
AddCondition(String,String,Object,DataValueType) | Adds a condition with the specified properties for the column expression with the specified name, by which the results of the query will be sorted. |
AddCondition(String,String,Object,String) | Adds a condition with the specified properties for the column expression with the specified name, by which the results of the query will be sorted. |
AddCondition(String,String,String,Object,DataValueType) | Adds a condition with the specified properties to express the column with the specified name from the specified source, by which the results of the query will be sorted. |
AddCondition(String,String,String,Object,String) | Adds a condition with the specified properties to express the column with the specified name from the specified source, by which the results of the query will be sorted. |
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