EntitySchemaQuery.CreateLengthFunction(EntitySchemaQueryExpression[]) - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс > CreateLengthFunction - метод : CreateLengthFunction(EntitySchemaQueryExpression[]) - метод C#
- expressions
- Array of expressions.
Glossary Item Box
public EntitySchemaLengthQueryFunction CreateLengthFunction( params EntitySchemaQueryExpression[] expressions )
Параметры
- expressions
- Array of expressions.
Тип возвращаемого значения
The instance of the created EntitySchemaLengthQueryFunction function.Исключение | Описание |
---|---|
Terrasoft.Common.ArgumentNullOrEmptyException | If the null value is passed as the expressions parameter, or if the array of expressions does not contain any items. |
Данная функция доступна в BPMonline начиная с версии 5.5. |