KeylessAttribute クラス

定義

型をキーレス エンティティとしてマークします。

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class KeylessAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type KeylessAttribute = class
    inherit Attribute
Public NotInheritable Class KeylessAttribute
Inherits Attribute
継承
KeylessAttribute
属性

注釈

詳細と例については、「 エンティティの型とリレーションシップのモデル化 」を参照してください。

コンストラクター

KeylessAttribute()

型をキーレス エンティティとしてマークします。

適用対象