ShapedQueryCompilingExpressionVisitorDependencies.With 方法

定义

重载

With(IEntityMaterializerSource)

克隆此依赖项参数对象,替换了一个服务。

With(ITypeMappingSource)

克隆此依赖项参数对象,替换了一个服务。

With(IMemoryCache)

克隆此依赖项参数对象,替换了一个服务。

With(IEntityMaterializerSource)

克隆此依赖项参数对象,替换了一个服务。

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

参数

entityMaterializerSource
IEntityMaterializerSource

此类型的当前依赖项的替代项。

返回

替换了给定服务的新参数对象。

适用于

With(ITypeMappingSource)

克隆此依赖项参数对象,替换了一个服务。

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

参数

typeMappingSource
ITypeMappingSource

此类型的当前依赖项的替代项。

返回

替换了给定服务的新参数对象。

适用于

With(IMemoryCache)

克隆此依赖项参数对象,替换了一个服务。

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

参数

memoryCache
IMemoryCache

此类型的当前依赖项的替代项。

返回

替换了给定服务的新参数对象。

适用于