Sdílet prostřednictvím


EdmRelationshipAttribute Třída

Definice

Definuje vztah mezi dvěma typy entit na základě přidružení v koncepčním modelu.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class EdmRelationshipAttribute : Attribute
type EdmRelationshipAttribute = class
    inherit Attribute
Public NotInheritable Class EdmRelationshipAttribute
Inherits Attribute
Dědičnost
EdmRelationshipAttribute
Atributy

Konstruktory

EdmRelationshipAttribute(String, String, String, RelationshipMultiplicity, Type, String, RelationshipMultiplicity, Type)

Vytvoří instanci objektu EdmRelationshipAttribute třídy.

EdmRelationshipAttribute(String, String, String, RelationshipMultiplicity, Type, String, RelationshipMultiplicity, Type, Boolean)

Inicializuje novou instanci EdmRelationshipAttribute třídy .

Vlastnosti

IsForeignKey

Získá logickou hodnotu, která označuje, zda je relace založená na hodnotě cizího klíče.

RelationshipName

Název relace.

RelationshipNamespaceName

Obor názvů pro relaci.

Role1Multiplicity

Násobnost na jednom konci relace.

Role1Name

Název role na jednom konci relace.

Role1Type

Typ entity na jednom konci relace.

Role2Multiplicity

Násobnost na druhém konci relace.

Role2Name

Název role na druhém konci relace.

Role2Type

Typ entity na druhém konci relace.

Platí pro