MasterDetailInfoCollection.AddRange(MasterDetailInfo[]) Method
Appends an array of MasterDetailInfo objects to the collection.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
infos | MasterDetailInfo[] | An array of MasterDetailInfo objects to append to the collection. |
See Also