Skip to main content

MasterDetailInfoCollection.AddRange(FederationMasterDetailInfo[]) Method

Adds the elements of the specified array to the end of the collection.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public void AddRange(
    FederationMasterDetailInfo[] masterDetails
)

Parameters

Name Type Description
masterDetails FederationMasterDetailInfo[]

An array of the FederationMasterDetailInfo elements to add.

See Also