次の方法で共有


EntityKey.EntityKeyValues プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

エンティティを識別するキー値を取得または設定します。

名前空間:  System.Data.Entity.Core
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification := "Required for this feature")> _
<DataMemberAttribute> _
Public Property EntityKeyValues As EntityKeyMember()
    Get 
    Set
'使用
Dim instance As EntityKey 
Dim value As EntityKeyMember()

value = instance.EntityKeyValues

instance.EntityKeyValues = value
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification = "Required for this feature")]
[DataMemberAttribute]
public EntityKeyMember[] EntityKeyValues { get; set; }
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1819:PropertiesShouldNotReturnArrays", Justification = L"Required for this feature")]
[DataMemberAttribute]
public:
property array<EntityKeyMember^>^ EntityKeyValues {
    array<EntityKeyMember^>^ get ();
    void set (array<EntityKeyMember^>^ value);
}
[<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification = "Required for this feature")>]
[<DataMemberAttribute>]
member EntityKeyValues : EntityKeyMember[] with get, set
function get EntityKeyValues () : EntityKeyMember[]
function set EntityKeyValues (value : EntityKeyMember[])

プロパティ値

型 : System.Data.Entity.Core.EntityKeyMember[]
エンティティを識別するキー値。

参照

参照

EntityKey クラス

System.Data.Entity.Core 名前空間