RelationshipAttribute ComplexType

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
ReferencedAttributeName Edm.String

The logical name of the referenced entity in a relationship.

ReferencingAttributeName Edm.String

The logical name of the referencing entity in a relationship.

Used by

The following use the RelationshipAttribute ComplexType.

Name How used
OneToManyRelationshipMetadata RelationshipAttributes Property
ComplexOneToManyRelationshipMetadata RelationshipAttributes Property

See also