XPObjectSourcePropertiesCollection.AddRange(XPObjectSourceProperty[]) Method
In This Article
Adds each element from a specified array to the XPObjectSourcePropertiesCollection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public void AddRange(
XPObjectSourceProperty[] properties
)
#Parameters
Name | Type | Description |
---|---|---|
properties | XPObject |
An array of XPObject |
See Also