ISQLFunction.ResultType Method
Returns the Delphi PTypeInfo that describes the result type of this function, given the type information of its arguments.
Syntax
Unit: Aurelius.Sql.Interfaces
function ISQLFunction.ResultType(ArgTypes: TArray<PTypeInfo>): PTypeInfo; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ArgTypes | TArray<PTypeInfo> | An array of PTypeInfo pointers, one per argument, used to resolve overloaded or polymorphic functions. |
Returns
The PTypeInfo of the value produced by this function.