RelationalStrings.MappedFunctionNotFound(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體類型 '{entityType}' 會對應至名為 '{functionName}' 的 DbFunction,但模型中找不到具有該名稱的 DbFunction。 確定實體類型對應是使用模型中函式的模型名稱進行設定。
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
參數
- entityType
- Object
- functionName
- Object