Skip to main content
.NET 8.0+

XPObjectSourceRecord Class

Represents a data record in an XPObjectSource.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v25.1.dll

#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