KeylessAttribute Classe

Definizione

Contrassegna un tipo come entità senza chiave.

[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
Ereditarietà
KeylessAttribute
Attributi

Commenti

Per altre informazioni ed esempi, vedere Modellazione di tipi di entità e relazioni .

Costruttori

KeylessAttribute()

Contrassegna un tipo come entità senza chiave.

Si applica a