次の方法で共有


RelationalValueBufferFactoryDependencies.With メソッド

定義

オーバーロード

With(ICoreSingletonOptions)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(IRelationalTypeMappingSource)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(ICoreSingletonOptions)

ソース:
RelationalValueBufferFactoryDependencies.cs
ソース:
RelationalValueBufferFactoryDependencies.cs
ソース:
RelationalValueBufferFactoryDependencies.cs
ソース:
RelationalValueBufferFactoryDependencies.cs

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

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

パラメーター

coreOptions
ICoreSingletonOptions

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(IRelationalTypeMappingSource)

ソース:
RelationalValueBufferFactoryDependencies.cs
ソース:
RelationalValueBufferFactoryDependencies.cs
ソース:
RelationalValueBufferFactoryDependencies.cs
ソース:
RelationalValueBufferFactoryDependencies.cs
ソース:
RelationalValueBufferFactoryDependencies.cs

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

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

パラメーター

typeMappingSource
IRelationalTypeMappingSource

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象