Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSource.EntityType Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPClassInfo EntityType { get; set; }

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