LiteDAC

TLiteFunctionKind Enumeration

Specifies the kind of the used-defined function.

Unit

LiteAccess

Syntax

TLiteFunctionKind = (fkScalar, fkAggregate);

Values

Value Meaning
fkAggregate Indicates that the function will be an aggregate function.
fkScalar Indicates that the function will be a scalar function. The default value.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback