CoreStrings.AmbiguousServiceProperty(Object, Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類型為 '{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