共用方式為


CoreStrings.AmbiguousServiceProperty(Object, Object, Object) 方法

定義

類型為 '{serviceType}' 的服務屬性 '{property}' 無法新增至實體類型 '{entityType}',因為有另一個相同類型的屬性。 使用 'OnModelCreating' 中的 [NotMapped] 屬性或 'EntityTypeBuilder.Ignore' 忽略其中一個屬性。

public static string AmbiguousServiceProperty (object property, object serviceType, object entityType);
static member AmbiguousServiceProperty : obj * obj * obj -> string
Public Shared Function AmbiguousServiceProperty (property As Object, serviceType As Object, entityType As Object) As String

參數

property
Object
serviceType
Object
entityType
Object

傳回

適用於