Skip to main content

UnableToCreateDBObjectException.ObjectName Property

Gets the name of the object that cannot be created.

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public string ObjectName { get; set; }

Property Value

Type Description
String

The name of the object that cannot be created.

See Also