QueryCompilationContextDependencies.With Yöntem

Tanım

Aşırı Yüklemeler

With(IDiagnosticsLogger<DbLoggerCategory.Query>)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

With(ICurrentDbContext)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

With(IDbContextOptions)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

With(IModel)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

With(IQueryableMethodTranslatingExpressionVisitorFactory)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

With(IQueryTranslationPostprocessorFactory)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

With(IQueryTranslationPreprocessorFactory)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

With(IShapedQueryCompilingExpressionVisitorFactory)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

With(IExecutionStrategyFactory)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

With(IDiagnosticsLogger<DbLoggerCategory.Query>)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

public Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies With (Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query> logger);
member this.With : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query> -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies
Public Function With (logger As IDiagnosticsLogger(Of DbLoggerCategory.Query)) As QueryCompilationContextDependencies

Parametreler

logger
IDiagnosticsLogger<DbLoggerCategory.Query>

Bu türün geçerli bağımlılığının yerini alan.

Döndürülenler

QueryCompilationContextDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır

With(ICurrentDbContext)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

public Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies With (Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext currentContext);
member this.With : Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies
Public Function With (currentContext As ICurrentDbContext) As QueryCompilationContextDependencies

Parametreler

currentContext
ICurrentDbContext

Bu türün geçerli bağımlılığının yerini alan.

Döndürülenler

QueryCompilationContextDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır

With(IDbContextOptions)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

public Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies With (Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions contextOptions);
member this.With : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies
Public Function With (contextOptions As IDbContextOptions) As QueryCompilationContextDependencies

Parametreler

contextOptions
IDbContextOptions

Bu türün geçerli bağımlılığının yerini alan.

Döndürülenler

QueryCompilationContextDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır

With(IModel)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

public Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies With (Microsoft.EntityFrameworkCore.Metadata.IModel model);
member this.With : Microsoft.EntityFrameworkCore.Metadata.IModel -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies
Public Function With (model As IModel) As QueryCompilationContextDependencies

Parametreler

model
IModel

Bu türün geçerli bağımlılığının yerini alan.

Döndürülenler

QueryCompilationContextDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır

With(IQueryableMethodTranslatingExpressionVisitorFactory)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

public Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies With (Microsoft.EntityFrameworkCore.Query.IQueryableMethodTranslatingExpressionVisitorFactory queryableMethodTranslatingExpressionVisitorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.IQueryableMethodTranslatingExpressionVisitorFactory -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies
Public Function With (queryableMethodTranslatingExpressionVisitorFactory As IQueryableMethodTranslatingExpressionVisitorFactory) As QueryCompilationContextDependencies

Parametreler

queryableMethodTranslatingExpressionVisitorFactory
IQueryableMethodTranslatingExpressionVisitorFactory

Bu türün geçerli bağımlılığının yerini alan.

Döndürülenler

QueryCompilationContextDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır

With(IQueryTranslationPostprocessorFactory)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

public Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies With (Microsoft.EntityFrameworkCore.Query.IQueryTranslationPostprocessorFactory queryTranslationPostprocessorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.IQueryTranslationPostprocessorFactory -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies
Public Function With (queryTranslationPostprocessorFactory As IQueryTranslationPostprocessorFactory) As QueryCompilationContextDependencies

Parametreler

queryTranslationPostprocessorFactory
IQueryTranslationPostprocessorFactory

Bu türün geçerli bağımlılığının yerini alan.

Döndürülenler

QueryCompilationContextDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır

With(IQueryTranslationPreprocessorFactory)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

public Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies With (Microsoft.EntityFrameworkCore.Query.IQueryTranslationPreprocessorFactory queryTranslationPreprocessorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.IQueryTranslationPreprocessorFactory -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies
Public Function With (queryTranslationPreprocessorFactory As IQueryTranslationPreprocessorFactory) As QueryCompilationContextDependencies

Parametreler

queryTranslationPreprocessorFactory
IQueryTranslationPreprocessorFactory

Bu türün geçerli bağımlılığının yerini alan.

Döndürülenler

QueryCompilationContextDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır

With(IShapedQueryCompilingExpressionVisitorFactory)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

public Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies With (Microsoft.EntityFrameworkCore.Query.IShapedQueryCompilingExpressionVisitorFactory shapedQueryCompilingExpressionVisitorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.IShapedQueryCompilingExpressionVisitorFactory -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies
Public Function With (shapedQueryCompilingExpressionVisitorFactory As IShapedQueryCompilingExpressionVisitorFactory) As QueryCompilationContextDependencies

Parametreler

shapedQueryCompilingExpressionVisitorFactory
IShapedQueryCompilingExpressionVisitorFactory

Bu türün geçerli bağımlılığının yerini alan.

Döndürülenler

QueryCompilationContextDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır

With(IExecutionStrategyFactory)

Bu bağımlılık parametresi nesnesini bir hizmetle değiştirir.

public Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies With (Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory executionStrategyFactory);
member this.With : Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies
Public Function With (executionStrategyFactory As IExecutionStrategyFactory) As QueryCompilationContextDependencies

Parametreler

executionStrategyFactory
IExecutionStrategyFactory

Bu türün geçerli bağımlılığının yerini alan.

Döndürülenler

QueryCompilationContextDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır