Skip to main content
.NET 6.0+

XPObjectSourcePropertiesCollection.AddRange(XPObjectSourceProperty[]) Method

Adds each element from a specified array to the XPObjectSourcePropertiesCollection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public void AddRange(
    XPObjectSourceProperty[] properties
)

Parameters

Name Type Description
properties XPObjectSourceProperty[]

An array of XPObjectSourceProperty objects to be added to the current collection.

See Also