共用方式為


IMethodCallTranslator 介面

定義

LINQ MethodCallExpression 運算式的 SQL 翻譯工具。

資料庫提供者通常會使用這個介面, (和其他延伸模組) 。 它通常不會用於應用程式程式碼。

public interface IMethodCallTranslator
type IMethodCallTranslator = interface
Public Interface IMethodCallTranslator

方法

Translate(SqlExpression, MethodInfo, IReadOnlyList<SqlExpression>)

LINQ MethodCallExpression 運算式的 SQL 翻譯工具。

資料庫提供者通常會使用這個介面, (和其他延伸模組) 。 它通常不會用於應用程式程式碼。

Translate(SqlExpression, MethodInfo, IReadOnlyList<SqlExpression>, IDiagnosticsLogger<DbLoggerCategory.Query>)

將 LINQ MethodCallExpression 轉譯為 SQL 對等專案。

適用於