共用方式為


CoreStrings.ConflictingKeylessAndPrimaryKeyAttributes(Object) 方法

定義

實體類型 '{entity}' 同時具有 [Keyless] 和 [PrimaryKey] 屬性;必須移除一個 。

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

參數

entity
Object

傳回

適用於