XPObjectSource.EntityType Property
Specifies metadata information for an XPO class mapped to the required data.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Description |
|---|---|
| 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