Skip to main content

NonPersistentReferenceFoundException.ObjectType Property

OBSOLETE

Use Message instead.

Gets the name of the non-persistent object’s type which you are about to reference.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

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

Property Value

Type Description
String

The name of the non-persistent object’s type which you are about to reference.

See Also