EntityKey.NoEntitySetKey プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
読み取り専用エンティティを識別するシングルトン EntityKey を取得します。
名前空間: System.Data.Entity.Core
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
<SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")> _
Public Shared ReadOnly Property NoEntitySetKey As EntityKey
Get
'使用
Dim value As EntityKey
value = EntityKey.NoEntitySetKey
[SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")]
public static EntityKey NoEntitySetKey { get; }
[SuppressMessageAttribute(L"Microsoft.Security", L"CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")]
public:
static property EntityKey^ NoEntitySetKey {
EntityKey^ get ();
}
[<SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")>]
static member NoEntitySetKey : EntityKey
static function get NoEntitySetKey () : EntityKey
プロパティ値
型 : System.Data.Entity.Core.EntityKey
読み取り専用エンティティを識別するシングルトン EntityKey。