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);
static member SelectExpressionNonTphWithCustomTable : obj -> string
Public Shared Function SelectExpressionNonTphWithCustomTable (entityType As Object) As String

Parameters

entityType
Object

Returns

Applies to