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

RelationInfoList.AddRange(RelationInfo[]) Method

Appends an array of master-detail relations to the RelationInfoList.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public void AddRange(
    RelationInfo[] collection
)

Parameters

Name Type Description
collection RelationInfo[]

An array of RelationInfo objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order they have in the array.

See Also