RelationalStrings.MethodOnNonTphRootNotSupported(Object, Object) Method

Definition

Using '{methodName}' on DbSet of '{entityType}' is not supported since '{entityType}' is part of hierarchy and does not contain a discriminator property.

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

Parameters

methodName
Object
entityType
Object

Returns

Applies to