Share via


RelationalValueBufferFactoryDependencies.With Method

Definition

Overloads

With(ICoreSingletonOptions)

Clones this dependency parameter object with one service replaced.

With(IRelationalTypeMappingSource)

Clones this dependency parameter object with one service replaced.

With(ICoreSingletonOptions)

Clones this dependency parameter object with one service replaced.

public Microsoft.EntityFrameworkCore.Storage.RelationalValueBufferFactoryDependencies With (Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions coreOptions);
member this.With : Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions -> Microsoft.EntityFrameworkCore.Storage.RelationalValueBufferFactoryDependencies
Public Function With (coreOptions As ICoreSingletonOptions) As RelationalValueBufferFactoryDependencies

Parameters

coreOptions
ICoreSingletonOptions

A replacement for the current dependency of this type.

Returns

A new parameter object with the given service replaced.

Applies to

With(IRelationalTypeMappingSource)

Clones this dependency parameter object with one service replaced.

public Microsoft.EntityFrameworkCore.Storage.RelationalValueBufferFactoryDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource typeMappingSource);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource -> Microsoft.EntityFrameworkCore.Storage.RelationalValueBufferFactoryDependencies
Public Function With (typeMappingSource As IRelationalTypeMappingSource) As RelationalValueBufferFactoryDependencies

Parameters

typeMappingSource
IRelationalTypeMappingSource

A replacement for the current dependency of this type.

Returns

A new parameter object with the given service replaced.

Applies to