Back to Devexpress

XPObjectSource.EntityType Property

xpo-devexpress-dot-xpo-dot-xpobjectsource-d6ba0da6.md

latest1.3 KB
Original Source

XPObjectSource.EntityType Property

Specifies metadata information for an XPO class mapped to the required data.

Namespace : DevExpress.Xpo

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public XPClassInfo EntityType { get; set; }
vb
Public Property EntityType As XPClassInfo

Property Value

TypeDescription
XPClassInfo

An XPClassInfo object specifying XPO class metadata.

|

Remarks

To initialize the EntityType property using the Type object instead of XPClassInfo , use the XPObjectSource.SetEntityType method.

See Also

XPObjectSource Class

XPObjectSource Members

DevExpress.Xpo Namespace