C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / AggregateCollection Class / AggregateCollection Constructor
The C1DataSchema object that is the owner of this collection.

In This Topic
AggregateCollection Constructor
In This Topic
Initializes a new instance of the AggregateCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As C1DataSchema _
)
 

Parameters

owner
The C1DataSchema object that is the owner of this collection.
See Also