CompositeEntityCollection
constructor(collections: ReadonlyArray<EntityCollection>? = definedExternally, owner: DataSource)(source)
constructor(collections: ReadonlyArray<EntityCollection>? = definedExternally, owner: CompositeEntityCollection)(source)
Parameters
collections
The initial list of EntityCollection instances to merge.
owner
The data source (or composite entity collection) which created this collection.