ShapedQueryCompilingExpressionVisitorDependencies.With Yöntem

Tanım

Aşırı Yüklemeler

With(IEntityMaterializerSource)

Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.

With(ITypeMappingSource)

Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.

With(IMemoryCache)

Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.

With(IEntityMaterializerSource)

Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.

public Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.IEntityMaterializerSource entityMaterializerSource);
member this.With : Microsoft.EntityFrameworkCore.Query.IEntityMaterializerSource -> Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies
Public Function With (entityMaterializerSource As IEntityMaterializerSource) As ShapedQueryCompilingExpressionVisitorDependencies

Parametreler

entityMaterializerSource
IEntityMaterializerSource

Bu türün geçerli bağımlılığı için bir değiştirme.

Döndürülenler

ShapedQueryCompilingExpressionVisitorDependencies

Verilen hizmet ile yeni bir parametre nesnesi değişti.

Şunlara uygulanır

With(ITypeMappingSource)

Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.

public Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource typeMappingSource);
member this.With : Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource -> Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies
Public Function With (typeMappingSource As ITypeMappingSource) As ShapedQueryCompilingExpressionVisitorDependencies

Parametreler

typeMappingSource
ITypeMappingSource

Bu türün geçerli bağımlılığı için bir değiştirme.

Döndürülenler

ShapedQueryCompilingExpressionVisitorDependencies

Verilen hizmet ile yeni bir parametre nesnesi değişti.

Şunlara uygulanır

With(IMemoryCache)

Bu bağımlılık parametresi nesnesini bir hizmet değiştirilmiş olarak kopyalar.

public Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies With (Microsoft.Extensions.Caching.Memory.IMemoryCache memoryCache);
member this.With : Microsoft.Extensions.Caching.Memory.IMemoryCache -> Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies
Public Function With (memoryCache As IMemoryCache) As ShapedQueryCompilingExpressionVisitorDependencies

Parametreler

memoryCache
IMemoryCache

Bu türün geçerli bağımlılığı için bir değiştirme.

Döndürülenler

ShapedQueryCompilingExpressionVisitorDependencies

Verilen hizmet ile yeni bir parametre nesnesi değişti.

Şunlara uygulanır