CoreStrings.CompositePKWithDataAnnotation(Object) 方法

定义

实体类型“{entityType}”具有多个具有 [Key] 属性的属性。 通过将 [PrimaryKey] 属性放置在实体类型类上或使用“OnModelCreating”中的“HasKey”来配置复合主键。

public static string CompositePKWithDataAnnotation (object entityType);
public static string CompositePKWithDataAnnotation (object? entityType);
static member CompositePKWithDataAnnotation : obj -> string
Public Shared Function CompositePKWithDataAnnotation (entityType As Object) As String

参数

entityType
Object

返回

适用于