EntityKey.EntityContainerName プロパティ

定義

エンティティ コンテナーの名前を取得または設定します。

public:
 property System::String ^ EntityContainerName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string EntityContainerName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.EntityContainerName : string with get, set
Public Property EntityContainerName As String

プロパティ値

String が属しているエンティティのエンティティ コンテナーの名前を表す EntityKey 値。

属性

適用対象