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

RelationInfo.RelationColumnInfoList.AddRange(RelationColumnInfo[]) Method

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public void AddRange(
    RelationColumnInfo[] collection
)

Parameters

Name Type
collection RelationColumnInfo[]
See Also