Поделиться через


CoreStrings.AmbiguousServiceProperty(Object, Object, Object) Метод

Определение

Свойство службы "{property}" типа "{serviceType}" невозможно добавить к типу сущности "{entityType}", так как существует другое свойство того же типа. Игнорируйте одно из свойств с помощью атрибута [NotMapped] или EntityTypeBuilder.Ignore в OnModelCreating.

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

Возвращаемое значение

Применяется к