CoreStrings.InconsistentInheritance Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
InconsistentInheritance(Object, Object) |
O tipo de entidade '{entityType}' deve derivar de '{baseEntityType}' para refletir a hierarquia dos tipos CLR correspondentes. |
InconsistentInheritance(Object, Object, Object) |
O tipo de entidade '{entityType}' é configurado como derivado de '{baseEntityType}', no entanto, de acordo com a hierarquia dos tipos CLR correspondentes, ele deve derivar de '{clrBaseEntityType}'. Configure '{entityType}' tendo '{baseEntityType}' ou 'null' como o tipo base. |
InconsistentInheritance(Object, Object)
O tipo de entidade '{entityType}' deve derivar de '{baseEntityType}' para refletir a hierarquia dos tipos CLR correspondentes.
public static string InconsistentInheritance (object entityType, object baseEntityType);
static member InconsistentInheritance : obj * obj -> string
Public Shared Function InconsistentInheritance (entityType As Object, baseEntityType As Object) As String
Parâmetros
- entityType
- Object
- baseEntityType
- Object
Retornos
Aplica-se a
InconsistentInheritance(Object, Object, Object)
O tipo de entidade '{entityType}' é configurado como derivado de '{baseEntityType}', no entanto, de acordo com a hierarquia dos tipos CLR correspondentes, ele deve derivar de '{clrBaseEntityType}'. Configure '{entityType}' tendo '{baseEntityType}' ou 'null' como o tipo base.
public static string InconsistentInheritance (object? entityType, object? baseEntityType, object? clrBaseEntityType);
static member InconsistentInheritance : obj * obj * obj -> string
Public Shared Function InconsistentInheritance (entityType As Object, baseEntityType As Object, clrBaseEntityType As Object) As String
Parâmetros
- entityType
- Object
- baseEntityType
- Object
- clrBaseEntityType
- Object
Retornos
Aplica-se a
Entity Framework