EdmFunctionPayload.IsAggregate Property

 

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

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public Nullable<bool> IsAggregate {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Nullable<Boolean>

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