EdmRelationshipAttribute.Role1Name Propriedade
Definição
Nome da função em uma extremidade da relação.Name of the role at one end of the relationship.
public:
property System::String ^ Role1Name { System::String ^ get(); };
public string Role1Name { get; }
member this.Role1Name : string
Public ReadOnly Property Role1Name As String
Valor da propriedade
Um String que é o nome da função.A String that is the name of the role.
Comentários
O nome da função é especificado pelo Role atributo do End elemento na associação que define essa relação no modelo conceitual.The role name is specified by the Role attribute of the End element in the association that defines this relationship in the conceptual model. Para obter mais informações, consulte especificações de CSDL, SSDL e MSL.For more information, see CSDL, SSDL, and MSL Specifications.