Skip to main content

UnableToCreateDBObjectException.ParentObjectName Property

Gets the name of the parent which contains the object that cannot be created.

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public string ParentObjectName { get; set; }

Property Value

Type Description
String

The name of the parent.

Remarks

This property is valid if an object that cannot be created represents a column, index, primary or foreign key. In this instance, the ParentObjectName property will refer to a table that contains the object.

See Also