次の方法で共有


CoreStrings.ConflictingKeylessAndPrimaryKeyAttributes(Object) メソッド

定義

エンティティ型 '{entity}' には、[Keyless] 属性と [PrimaryKey] 属性の両方があります。1 つは削除する必要があります。

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

パラメーター

entity
Object

戻り値

適用対象