Skip to main content
A newer version of this page is available. .

MasterDetailInfoCollection.AddRange(FederationMasterDetailInfo[]) Method

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

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public void AddRange(
    FederationMasterDetailInfo[] masterDetails
)

Parameters

Name Type Description
masterDetails FederationMasterDetailInfo[]

An array of the FederationMasterDetailInfo elements to add.

See Also