AssociationElementTypeMissingException(String) Constructor
Initializes a new instance of the AssociationElementTypeMissingException class.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | The name of the collection property which does not have its element type specified by the AssociationAttribute. |
See Also