EntitySchemaQuery.CreateFilterWithParameters - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс : CreateFilterWithParameters - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
CreateFilterWithParameters(FilterComparisonType,Boolean,String,Object[]) | Gets the parameterized filter with the specified comparison type for the expression of column in a specified path and the passed-in list of parameter values in the filter's right side. For the lookup type column, you can define the type of value used in the filter. |
CreateFilterWithParameters(FilterComparisonType,String,Object[]) | Gets the parameterized filter with the specified comparison type for the expression of column in a specified path and the passed-in list of parameter values in the filter's right side. |
CreateFilterWithParameters(FilterComparisonType,String,IEnumerable<Object>,Boolean) | Gets the parameterized filter with the specified comparison type for the expression of column in a specified path and the list of parameter values from the passed-in enumerator. For the lookup type column, you can define the type of value used in the filter. |
CreateFilterWithParameters(EntitySchemaQuery,EntitySchema,FilterComparisonType,Boolean,String,Object[]) | Gets the filter with the specified parameters for the entity schema query expression. |
CreateFilterWithParameters(EntitySchema,FilterComparisonType,Boolean,String,Object[]) | Gets the filter with the specified parameters for the entity schema query expression. |