EntitySchemaAggregationQueryFunction.GetIsSupportedDataValueType - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaAggregationQueryFunction - класс : GetIsSupportedDataValueType - метод C#
- dataValueType
- Data type.
Glossary Item Box
public override bool GetIsSupportedDataValueType( DataValueType dataValueType )
Параметры
- dataValueType
- Data type.
Тип возвращаемого значения
true
if the aggregate function returns the output of the dataValueType data type; otherwise – false
.Исключение | Описание |
---|---|
Terrasoft.Common.UnsupportedTypeException | If the output of the aggregate function has an unsupported data type. |