Udostępnij za pośrednictwem


CoreStrings.InheritedPropertyCannotBeIgnored(Object, Object, Object) Metoda

Definicja

Nie można zignorować właściwości "{property}" dla typu "{type}", ponieważ jest zadeklarowana w typie podstawowym {baseType}. Aby wykluczyć tę właściwość z modelu, użyj atrybutu [NotMapped] lub "Ignore" w typie podstawowym w elemecie "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

Parametry

property
Object
entityTypetype
Object
baseEntityTypebaseType
Object

Zwraca

Dotyczy