Initializes a new instance of the AggregateCollection class.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public AggregateCollection(
	C1DataSchema owner
)
Visual Basic
Public Sub New ( _
	owner As C1DataSchema _
)

Parameters

owner
Type: C1.C1Preview.DataBinding..::..C1DataSchema
The C1DataSchema object that is the owner of this collection.

See Also