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

XPObjectSource.EntityTypeString Property

Specifies the fully qualified name of an XPO class mapped to the required data.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

[DefaultValue(null)]
[Browsable(false)]
public string EntityTypeString { get; set; }

Property Value

Type Default Description
String *null*

A string which is a fully qualified name of an XPO class.

See Also