EdmRelationshipAttribute.Role1Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of the entity at one end of the relationship.
public:
property Type ^ Role1Type { Type ^ get(); };
public Type Role1Type { get; }
member this.Role1Type : Type
Public ReadOnly Property Role1Type As Type
Property Value
A Type that is the type of the object at this end of the association.
Remarks
Properties that define the related ends of an association can be defined in any order.
The type name is specified by the Type
attribute of the End
element in the association that defines this relationship in the conceptual model. For more information, see CSDL, SSDL, and MSL Specifications.