Skip to main content

MasterDetailInfoCollection.AddRange(MasterDetailInfo[]) Method

Appends an array of MasterDetailInfo objects to the collection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public void AddRange(
    MasterDetailInfo[] infos
)

Parameters

Name Type Description
infos MasterDetailInfo[]

An array of MasterDetailInfo objects to append to the collection.

See Also