RelationalStrings.MappedFunctionNotFound(Object, Object) Yöntem

Tanım

'{entityType}' varlık türü '{functionName}' adlı DbFunction ile eşlenmiş ancak modelde bu adla dbfunction bulunamadı. Varlık türü eşlemenin modelde bir işlevin model adı kullanılarak yapılandırıldığından emin olur.

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

Parametreler

entityType
Object
functionName
Object

Döndürülenler

String

Şunlara uygulanır