Share via


RelationalStrings.InvalidMappedSqlQueryDerivedType(Object, Object) Method

Definition

The entity type '{entityType}' is mapped to a SQL query, but is derived from '{baseEntityType}'. Derived entity types cannot be mapped to a different SQL query than the base entity type.

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

Parameters

entityType
Object
baseEntityType
Object

Returns

Applies to