KeylessAttribute Class

Definition

Marks a type as keyless entity.

[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
Inheritance
KeylessAttribute
Attributes

Remarks

See Modeling entity types and relationships for more information and examples.

Constructors

KeylessAttribute()

Applies to