Aracılığıyla paylaş


ShapedQueryCompilingExpressionVisitorDependencies.With Yöntem

Tanım

Aşırı Yüklemeler

With(IEntityMaterializerSource)

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

With(ITypeMappingSource)

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

With(IMemoryCache)

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

With(IEntityMaterializerSource)

Kaynak:
ShapedQueryCompilingExpressionVisitorDependencies.cs
Kaynak:
ShapedQueryCompilingExpressionVisitorDependencies.cs
Kaynak:
ShapedQueryCompilingExpressionVisitorDependencies.cs

Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle 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ığının yerini alır.

Döndürülenler

Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.

Şunlara uygulanır

With(ITypeMappingSource)

Kaynak:
ShapedQueryCompilingExpressionVisitorDependencies.cs
Kaynak:
ShapedQueryCompilingExpressionVisitorDependencies.cs
Kaynak:
ShapedQueryCompilingExpressionVisitorDependencies.cs

Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle 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ığının yerini alır.

Döndürülenler

Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.

Şunlara uygulanır

With(IMemoryCache)

Kaynak:
ShapedQueryCompilingExpressionVisitorDependencies.cs
Kaynak:
ShapedQueryCompilingExpressionVisitorDependencies.cs

Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle 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ığının yerini alır.

Döndürülenler

Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.

Şunlara uygulanır