True if the function/procedure returns an aggregate value, false if not.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public bool Aggregate { get; set; }
Visual Basic
Public Property Aggregate As Boolean
	Get
	Set
Visual C++
public:
property bool Aggregate {
	bool get ();
	void set (bool value);
}

See Also