Table of Contents

Class AggregateFunctionModel

Namespace
LinqToDB.DataModel
Assembly
linq2db.Tools.dll

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 SqlObjectName
method MethodModel
metadata FunctionMetadata
returnType IType

Properties

ReturnType

Gets or sets function return type.

public IType ReturnType { get; set; }

Property Value

IType