IAggregateMethodCallTranslator 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表彙總函式之 LINQ MethodCallExpression 運算式的 SQL 翻譯工具。
資料庫提供者通常會使用這個介面, (和其他延伸模組) 。 它通常不會用於應用程式程式碼。
public interface IAggregateMethodCallTranslator
type IAggregateMethodCallTranslator = interface
Public Interface IAggregateMethodCallTranslator
方法
Translate(MethodInfo, EnumerableExpression, IReadOnlyList<SqlExpression>, IDiagnosticsLogger<DbLoggerCategory.Query>) |
將 LINQ MethodCallExpression 轉譯為 SQL 對等專案。 |