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