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


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

Определение

Свойство "{property}" нельзя игнорировать в типе "{type}", так как оно объявлено в базовом типе "{baseType}". Чтобы исключить это свойство из модели, используйте атрибут [NotMapped] или Ignore для базового типа в OnModelCreating.

public static string InheritedPropertyCannotBeIgnored (object property, object entityType, object baseEntityType);
public static string InheritedPropertyCannotBeIgnored (object? property, object? entityType, object? baseEntityType);
public static string InheritedPropertyCannotBeIgnored (object? property, object? type, object? baseType);
static member InheritedPropertyCannotBeIgnored : obj * obj * obj -> string
static member InheritedPropertyCannotBeIgnored : obj * obj * obj -> string
Public Shared Function InheritedPropertyCannotBeIgnored (property As Object, entityType As Object, baseEntityType As Object) As String
Public Shared Function InheritedPropertyCannotBeIgnored (property As Object, type As Object, baseType As Object) As String

Параметры

property
Object
entityTypetype
Object
baseEntityTypebaseType
Object

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

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