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.v24.2.dll
Declaration
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