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

UnableToCreateDBObjectException.ObjectTypeName Property

Gets the type of the object that cannot be created.

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public string ObjectTypeName { get; set; }

Property Value

Type Description
String

A string that specifies the type of the object that cannot be created.

See Also