Share via


EdmFunctionPayload.IsAggregate Property

Definition

Gets a value that indicates whether this is an aggregate function.

public Nullable<bool> IsAggregate { get; set; }
member this.IsAggregate : Nullable<bool> with get, set
Public Property IsAggregate As Nullable(Of Boolean)

Property Value

true if this is an aggregate function; otherwise, false.

Applies to