共用方式為


CoreStrings.EntityRequiresKey(Object) 方法

定義

實體類型 '{entityType}' 需要定義主鍵。 如果您想要使用無索引鍵實體類型,請在 'OnModelCreating' 中呼叫 'HasNoKey'。 如需無索引鍵實體類型的詳細資訊,請參閱 https://go.microsoft.com/fwlink/?linkid=2141943

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

參數

entityType
Object

傳回

適用於