Skip to main content
All docs
V26.1
  • MasterDetailInfoCollection.AddRange(FederationMasterDetailInfo[]) Method

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

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public void AddRange(
        FederationMasterDetailInfo[] masterDetails
    )

    Parameters

    Name Type Description
    masterDetails FederationMasterDetailInfo[]

    An array of the FederationMasterDetailInfo elements to add.

    See Also