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

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.v18.2.dll

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