KeylessAttribute Klasse

Definition

Markiert einen Typ als schlüssellose Entität.

[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
Vererbung
KeylessAttribute
Attribute

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellieren von Entitätstypen und Beziehungen .

Konstruktoren

KeylessAttribute()

Markiert einen Typ als schlüssellose Entität.

Gilt für: