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

AssociationAttribute(Type) Constructor

Initializes a new instance of the AssociationAttribute class with the specified type which describes the object on the opposite end of the association.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public AssociationAttribute(
    Type elementType
)

Parameters

Name Type Description
elementType Type

The Type that describes the object on the opposite end of the association.

See Also