Skip to main content
.NET 8.0+

XPObjectSourceRecord Class

Represents a data record in an XPObjectSource.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public sealed class XPObjectSourceRecord

#Remarks

XPObjectSourceRecord is used when the XPObjectSource.Properties collection is populated. Otherwise, XPObjectSource stores objects specified by the XPObjectSource.EntityType.

#Inheritance

Object
XPObjectSourceRecord
See Also