次の方法で共有


RelationalStrings.ExecuteOperationWithUnsupportedOperatorInSqlGeneration メソッド

定義

操作 '{operation}' には、クエリ SQL ジェネレーターではサポートされていないが、変換フェーズ中にプロバイダーによってサポートされていると宣言されている select 式機能が含まれています。 これは EF Core プロバイダーのバグです。問題を報告してください。

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

パラメーター

operation
Object

戻り値

適用対象