Skip to main content
.NET 6.0+

XPObjectSourceRecord(Object[]) Constructor

Initializes a new instance of the XPObjectSourceRecord class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public XPObjectSourceRecord(
    object[] data
)

Parameters

Name Type Description
data Object[]

An array of property values.

See Also