PropertyTypeMappingMissingException.PropertyType Property
OBSOLETE
Use Message instead.
Gets the type of column that cannot be identified.
Namespace: DevExpress.Xpo.DB.Exceptions
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
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