EntitySchemaQuery.CreateLengthFunction(String) - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс > CreateLengthFunction - метод : CreateLengthFunction(String) - метод C#
- columnPath
- Path to column in relation to the root schema.
Glossary Item Box
public EntitySchemaLengthQueryFunction CreateLengthFunction( string columnPath )
Параметры
- columnPath
- Path to column in relation to the root schema.
Тип возвращаемого значения
The instance of the created EntitySchemaLengthQueryFunction function.Исключение | Описание |
---|---|
Terrasoft.Common.ArgumentNullOrEmptyException | If an empty string or null is received as the columnPath parameter. |
Данная функция доступна в BPMonline начиная с версии 5.5. |