共用方式為


IAggregateMethodCallTranslator 介面

定義

代表彙總函式之 LINQ MethodCallExpression 運算式的 SQL 翻譯工具。

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

public interface IAggregateMethodCallTranslator
type IAggregateMethodCallTranslator = interface
Public Interface IAggregateMethodCallTranslator

方法

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

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

適用於