XPObjectSourcePropertiesCollection.AddRange(XPObjectSourceProperty[]) Method
Adds each element from a specified array to the XPObjectSourcePropertiesCollection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
properties | XPObjectSourceProperty[] | An array of XPObjectSourceProperty objects to be added to the current collection. |
See Also