Udostępnij za pośrednictwem


EdmRelationshipAttribute Klasa

Definicja

Definiuje relację między dwoma typami jednostek na podstawie skojarzenia w modelu koncepcyjnym.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class EdmRelationshipAttribute : Attribute
type EdmRelationshipAttribute = class
    inherit Attribute
Public NotInheritable Class EdmRelationshipAttribute
Inherits Attribute
Dziedziczenie
EdmRelationshipAttribute
Atrybuty

Konstruktory

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

Tworzy wystąpienie klasy EdmRelationshipAttribute.

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

Inicjuje nowe wystąpienie klasy EdmRelationshipAttribute.

Właściwości

IsForeignKey

Pobiera wartość logiczną wskazującą, czy relacja jest oparta na wartości klucza obcego.

RelationshipName

Nazwa relacji.

RelationshipNamespaceName

Przestrzeń nazw dla relacji.

Role1Multiplicity

Wielość na jednym końcu relacji.

Role1Name

Nazwa roli na jednym końcu relacji.

Role1Type

Typ jednostki na jednym końcu relacji.

Role2Multiplicity

Wielość na drugim końcu relacji.

Role2Name

Nazwa roli na drugim końcu relacji.

Role2Type

Typ jednostki na drugim końcu relacji.

Dotyczy