RelationalStrings.SelectExpressionNonTPHWithCustomTable(Object) Method

Definition

Cannot create a 'SelectExpression' with a custom 'TableExpressionBase' since the result type '{entityType}' is part of a hierarchy and does not contain a discriminator property.

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

Parameters

entityType
Object

Returns

Applies to