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