Skip to main content
A newer version of this page is available. .

PropertyTypeMappingMissingException.PropertyType Property

OBSOLETE

Use Message instead.

Gets the type of column that cannot be identified.

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v18.2.dll

Declaration

[Obsolete("Use Message instead.", false)]
[Browsable(false)]
public Type PropertyType { get; }

Property Value

Type Description
Type

The type of column that cannot be identified.

See Also