CoreStrings.AmbiguousServiceProperty(Object, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
无法将类型为“{serviceType}”的服务属性“{property}”添加到实体类型“{entityType}”,因为存在同一类型的另一个属性。 使用 [NotMapped] 属性或“OnModelCreating”中的“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