RelationalStrings.TableValuedFunctionNonTPH(Object, Object) Method

Definition

The element type of the result of '{dbFunction}' is mapped to '{entityType}'. This is not supported since '{entityType}' is part of hierarchy and does not contain a discriminator property.

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

Parameters

dbFunction
Object
entityType
Object

Returns

Applies to