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()

将类型标记为无键实体。

适用于