IKey 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示实体类型上的主键或备用键。
public interface IKey : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable
public interface IKey : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey
type IKey = interface
interface IAnnotatable
type IKey = interface
interface IReadOnlyKey
interface IReadOnlyAnnotatable
interface IAnnotatable
Public Interface IKey
Implements IAnnotatable
Public Interface IKey
Implements IAnnotatable, IReadOnlyKey
- 派生
- 实现
注解
有关详细信息和示例,请参阅 为实体类型和关系建模 。
属性
DeclaringEntityType |
获取定义密钥的实体类型。 这可能不同于在继承层次结构中定义密钥派生类型时定义的类型 Properties (,因为属性可以在基类型上定义) 。 |
Item[String] |
获取具有给定名称的批注的值,如果不存在,则返回 |
Properties |
获取构成密钥的属性。 |