Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

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.  

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?