EntityQueryModelVisitorDependencies.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(IEntityMaterializerSource) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IEntityQueryableExpressionVisitorFactory) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IEagerLoadingExpressionVisitorFactory) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IEntityResultFindingExpressionVisitorFactory) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IMemberAccessBindingExpressionVisitorFactory) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(INavigationRewritingExpressionVisitorFactory) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IQuerySourceTracingExpressionVisitorFactory) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(ITaskBlockingExpressionVisitor) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IProjectionExpressionVisitorFactory) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IExpressionPrinter) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IQueryAnnotationExtractor) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IQueryModelGenerator) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IQueryOptimizer) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IResultOperatorHandler) |
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar. |
With(IEntityMaterializerSource)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Metadata.Internal.IEntityMaterializerSource entityMaterializerSource);
member this.With : Microsoft.EntityFrameworkCore.Metadata.Internal.IEntityMaterializerSource -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (entityMaterializerSource As IEntityMaterializerSource) As EntityQueryModelVisitorDependencies
Parametreler
- entityMaterializerSource
- Microsoft.EntityFrameworkCore.Metadata.Internal.IEntityMaterializerSource
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(IEntityQueryableExpressionVisitorFactory)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.IEntityQueryableExpressionVisitorFactory entityQueryableExpressionVisitorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.IEntityQueryableExpressionVisitorFactory -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (entityQueryableExpressionVisitorFactory As IEntityQueryableExpressionVisitorFactory) As EntityQueryModelVisitorDependencies
Parametreler
- entityQueryableExpressionVisitorFactory
- IEntityQueryableExpressionVisitorFactory
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(IEagerLoadingExpressionVisitorFactory)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IEagerLoadingExpressionVisitorFactory eagerLoadingExpressionVisitorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IEagerLoadingExpressionVisitorFactory -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (eagerLoadingExpressionVisitorFactory As IEagerLoadingExpressionVisitorFactory) As EntityQueryModelVisitorDependencies
Parametreler
- eagerLoadingExpressionVisitorFactory
- Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IEagerLoadingExpressionVisitorFactory
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(IEntityResultFindingExpressionVisitorFactory)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IEntityResultFindingExpressionVisitorFactory entityResultFindingExpressionVisitorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IEntityResultFindingExpressionVisitorFactory -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (entityResultFindingExpressionVisitorFactory As IEntityResultFindingExpressionVisitorFactory) As EntityQueryModelVisitorDependencies
Parametreler
- entityResultFindingExpressionVisitorFactory
- Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IEntityResultFindingExpressionVisitorFactory
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(IMemberAccessBindingExpressionVisitorFactory)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IMemberAccessBindingExpressionVisitorFactory memberAccessBindingExpressionVisitorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IMemberAccessBindingExpressionVisitorFactory -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (memberAccessBindingExpressionVisitorFactory As IMemberAccessBindingExpressionVisitorFactory) As EntityQueryModelVisitorDependencies
Parametreler
- memberAccessBindingExpressionVisitorFactory
- Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IMemberAccessBindingExpressionVisitorFactory
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(INavigationRewritingExpressionVisitorFactory)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.INavigationRewritingExpressionVisitorFactory navigationRewritingExpressionVisitorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.INavigationRewritingExpressionVisitorFactory -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (navigationRewritingExpressionVisitorFactory As INavigationRewritingExpressionVisitorFactory) As EntityQueryModelVisitorDependencies
Parametreler
- navigationRewritingExpressionVisitorFactory
- Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.INavigationRewritingExpressionVisitorFactory
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(IQuerySourceTracingExpressionVisitorFactory)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IQuerySourceTracingExpressionVisitorFactory querySourceTracingExpressionVisitorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IQuerySourceTracingExpressionVisitorFactory -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (querySourceTracingExpressionVisitorFactory As IQuerySourceTracingExpressionVisitorFactory) As EntityQueryModelVisitorDependencies
Parametreler
- querySourceTracingExpressionVisitorFactory
- Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IQuerySourceTracingExpressionVisitorFactory
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(ITaskBlockingExpressionVisitor)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.ITaskBlockingExpressionVisitor taskBlockingExpressionVisitor);
member this.With : Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.ITaskBlockingExpressionVisitor -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (taskBlockingExpressionVisitor As ITaskBlockingExpressionVisitor) As EntityQueryModelVisitorDependencies
Parametreler
- taskBlockingExpressionVisitor
- Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.ITaskBlockingExpressionVisitor
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(IProjectionExpressionVisitorFactory)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.IProjectionExpressionVisitorFactory projectionExpressionVisitorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.IProjectionExpressionVisitorFactory -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (projectionExpressionVisitorFactory As IProjectionExpressionVisitorFactory) As EntityQueryModelVisitorDependencies
Parametreler
- projectionExpressionVisitorFactory
- IProjectionExpressionVisitorFactory
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(IExpressionPrinter)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter expressionPrinter);
member this.With : Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (expressionPrinter As IExpressionPrinter) As EntityQueryModelVisitorDependencies
Parametreler
- expressionPrinter
- Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter
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(IQueryAnnotationExtractor)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.Internal.IQueryAnnotationExtractor queryAnnotationExtractor);
member this.With : Microsoft.EntityFrameworkCore.Query.Internal.IQueryAnnotationExtractor -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (queryAnnotationExtractor As IQueryAnnotationExtractor) As EntityQueryModelVisitorDependencies
Parametreler
- queryAnnotationExtractor
- Microsoft.EntityFrameworkCore.Query.Internal.IQueryAnnotationExtractor
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(IQueryModelGenerator)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.Internal.IQueryModelGenerator queryModelGenerator);
member this.With : Microsoft.EntityFrameworkCore.Query.Internal.IQueryModelGenerator -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (queryModelGenerator As IQueryModelGenerator) As EntityQueryModelVisitorDependencies
Parametreler
- queryModelGenerator
- Microsoft.EntityFrameworkCore.Query.Internal.IQueryModelGenerator
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(IQueryOptimizer)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.Internal.IQueryOptimizer queryOptimizer);
member this.With : Microsoft.EntityFrameworkCore.Query.Internal.IQueryOptimizer -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (queryOptimizer As IQueryOptimizer) As EntityQueryModelVisitorDependencies
Parametreler
- queryOptimizer
- Microsoft.EntityFrameworkCore.Query.Internal.IQueryOptimizer
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(IResultOperatorHandler)
Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.
public Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.IResultOperatorHandler resultOperatorHandler);
member this.With : Microsoft.EntityFrameworkCore.Query.IResultOperatorHandler -> Microsoft.EntityFrameworkCore.Query.EntityQueryModelVisitorDependencies
Public Function With (resultOperatorHandler As IResultOperatorHandler) As EntityQueryModelVisitorDependencies
Parametreler
- resultOperatorHandler
- IResultOperatorHandler
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
Entity Framework