次の方法で共有


EdmRelationshipNavigationPropertyAttribute クラス

定義

RelationshipSet の暗黙的な既定の AttributeUsage プロパティ Inherited=True、AllowMultiple=False に対して定義された Ends を識別する属性。メタデータ システムはこれを想定しており、さらに存在する場合でも、これらの各属性の最初の属性のみを確認します。

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class EdmRelationshipNavigationPropertyAttribute : System.Data.Entity.Core.Objects.DataClasses.EdmPropertyAttribute
type EdmRelationshipNavigationPropertyAttribute = class
    inherit EdmPropertyAttribute
Public NotInheritable Class EdmRelationshipNavigationPropertyAttribute
Inherits EdmPropertyAttribute
継承
EdmRelationshipNavigationPropertyAttribute
属性

コンストラクター

EdmRelationshipNavigationPropertyAttribute(String, String, String)

EdmRelationshipNavigationPropertyAttribute クラスの新しいインスタンスを初期化します。

プロパティ

RelationshipName

修飾されていないリレーションシップ名を取得します。

RelationshipNamespaceName

ナビゲーション プロパティの名前空間の名前。

TargetRoleName

リレーションシップのもう一方の End のロール名を取得します。

適用対象