共用方式為


QueryTranslationPreprocessor 建構函式

定義

建立 QueryTranslationPreprocessor 類別的新執行個體。

public QueryTranslationPreprocessor (Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessorDependencies dependencies, Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext);
new Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor : Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessorDependencies * Microsoft.EntityFrameworkCore.Query.QueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor
Public Sub New (dependencies As QueryTranslationPreprocessorDependencies, queryCompilationContext As QueryCompilationContext)

參數

dependencies
QueryTranslationPreprocessorDependencies

參數物件,其中包含這個類別的相依性。

queryCompilationContext
QueryCompilationContext

要使用的查詢編譯內容物件。

適用於