Class AggregateFunctionModel
Aggregate function model.
public sealed class AggregateFunctionModel : ScalarFunctionModelBase
- Inheritance
-
AggregateFunctionModel
- Inherited Members
- Extension Methods
Constructors
AggregateFunctionModel(SqlObjectName, MethodModel, FunctionMetadata, IType)
public AggregateFunctionModel(SqlObjectName name, MethodModel method, FunctionMetadata metadata, IType returnType)
Parameters
name
SqlObjectNamemethod
MethodModelmetadata
FunctionMetadatareturnType
IType
Properties
ReturnType
Gets or sets function return type.
public IType ReturnType { get; set; }