PageableSelectOptions.AddCondition - метод Смотри также Terrasoft.Core.DB - пространство имен > PageableSelectOptions - класс : AddCondition - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
AddCondition(QueryColumnExpression,OrderByItem,QueryParameter) | Adds the condition with the specified properties for the passed-in expression of query results sorting. |
AddCondition(QueryColumnExpression,QueryParameter) | Adds the condition with the specified properties for expressions that will be used to sort the query results. |
AddCondition(String,String,Object) | Adds the condition with the specified properties for the expression of a column with the specified name that will be used to sort the query results. |
AddCondition(String,String,Object,DataValueType) | Adds the condition with the specified properties for the expression of a column with the specified name that will be used to sort the query results. |
AddCondition(String,String,Object,String) | Adds the condition with the specified properties for the expression of a column with the specified name that will be used to sort the query results. |
AddCondition(String,String,String,Object,DataValueType) | Adds the condition with the specified properties for the expression of a column with the specified name from the specified source that will be used to sort the query results. |
AddCondition(String,String,String,Object,String) | Adds the condition with the specified properties for the expression of a column with the specified name from the specified source that will be used to sort the query results. |