CoreStrings.InconsistentInheritance Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
InconsistentInheritance(Object, Object) |
Typ entity {entityType} by měl být odvozen z {baseEntityType}, aby odrážel hierarchii odpovídajících typů CLR. |
InconsistentInheritance(Object, Object, Object) |
Typ entity {entityType} je nakonfigurovaný jako odvozený od {baseEntityType}, ale podle hierarchie odpovídajících typů CLR by měl být odvozen z {clrBaseEntityType}. Nakonfigurujte {entityType}, který má jako základní typ buď {baseEntityType}, nebo null. |
InconsistentInheritance(Object, Object)
Typ entity {entityType} by měl být odvozen z {baseEntityType}, aby odrážel hierarchii odpovídajících typů CLR.
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
Parametry
- entityType
- Object
- baseEntityType
- Object
Návraty
Platí pro
InconsistentInheritance(Object, Object, Object)
Typ entity {entityType} je nakonfigurovaný jako odvozený od {baseEntityType}, ale podle hierarchie odpovídajících typů CLR by měl být odvozen z {clrBaseEntityType}. Nakonfigurujte {entityType}, který má jako základní typ buď {baseEntityType}, nebo null.
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
Parametry
- entityType
- Object
- baseEntityType
- Object
- clrBaseEntityType
- Object
Návraty
Platí pro
Entity Framework