Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSourceRecord(Object[]) Constructor

Initializes a new instance of the XPObjectSourceRecord class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPObjectSourceRecord(
    object[] data
)

Parameters

Name Type Description
data Object[]

An array of property values.

See Also