EntitySchemaConcatQueryFunction.CreateQueryColumnExpression - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaConcatQueryFunction - класс : CreateQueryColumnExpression - метод C#
- dbSecurityEngine
- The Terrasoft.Core.DB.DBSecurityEngine instance that determines the access rights.
Glossary Item Box
public override QueryColumnExpression CreateQueryColumnExpression( DBSecurityEngine dbSecurityEngine )
Параметры
- dbSecurityEngine
- The Terrasoft.Core.DB.DBSecurityEngine instance that determines the access rights.
Тип возвращаемого значения
The Terrasoft.Core.DB.QueryColumnExpression instance for the current function, which is generated taking into account the dbSecurityEngine access rights.Исключение | Описание |
---|---|
Terrasoft.Common.ArgumentEmptyException | If the null value is passed as the dbSecurityEngine parameter. |
Terrasoft.Common.InvalidObjectStateException | If the collection of expressions of the function arguments does not have any items or is null . |