QueryCompilationContextDependencies.With Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| With(IDiagnosticsLogger<DbLoggerCategory.Query>) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
| With(ICurrentDbContext) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
| With(IDbContextOptions) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
| With(IModel) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
| With(IQueryableMethodTranslatingExpressionVisitorFactory) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
| With(IQueryTranslationPostprocessorFactory) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
| With(IQueryTranslationPreprocessorFactory) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
| With(IShapedQueryCompilingExpressionVisitorFactory) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
| With(IExecutionStrategyFactory) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IDiagnosticsLogger<DbLoggerCategory.Query>)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
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
Bu türün geçerli bağımlılığının yerini alır.
Döndürülenler
Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.
Şunlara uygulanır
With(ICurrentDbContext)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
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 alır.
Döndürülenler
Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.
Şunlara uygulanır
With(IDbContextOptions)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
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 alır.
Döndürülenler
Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.
Şunlara uygulanır
With(IModel)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
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 alır.
Döndürülenler
Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.
Şunlara uygulanır
With(IQueryableMethodTranslatingExpressionVisitorFactory)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
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 alır.
Döndürülenler
Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.
Şunlara uygulanır
With(IQueryTranslationPostprocessorFactory)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
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 alır.
Döndürülenler
Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.
Şunlara uygulanır
With(IQueryTranslationPreprocessorFactory)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
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 alır.
Döndürülenler
Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.
Şunlara uygulanır
With(IShapedQueryCompilingExpressionVisitorFactory)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
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 alır.
Döndürülenler
Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.
Şunlara uygulanır
With(IExecutionStrategyFactory)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
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 alır.
Döndürülenler
Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.