次の方法で共有


TypedRelationalValueBufferFactoryFactory コンストラクター

定義

オーバーロード

TypedRelationalValueBufferFactoryFactory()
TypedRelationalValueBufferFactoryFactory(RelationalValueBufferFactoryDependencies)

TypedRelationalValueBufferFactoryFactory クラスの新しいインスタンスを初期化します。

TypedRelationalValueBufferFactoryFactory()

public TypedRelationalValueBufferFactoryFactory ();
Public Sub New ()

適用対象

TypedRelationalValueBufferFactoryFactory(RelationalValueBufferFactoryDependencies)

TypedRelationalValueBufferFactoryFactory クラスの新しいインスタンスを初期化します。

public TypedRelationalValueBufferFactoryFactory (Microsoft.EntityFrameworkCore.Storage.RelationalValueBufferFactoryDependencies dependencies);
new Microsoft.EntityFrameworkCore.Storage.TypedRelationalValueBufferFactoryFactory : Microsoft.EntityFrameworkCore.Storage.RelationalValueBufferFactoryDependencies -> Microsoft.EntityFrameworkCore.Storage.TypedRelationalValueBufferFactoryFactory
Public Sub New (dependencies As RelationalValueBufferFactoryDependencies)

パラメーター

dependencies
RelationalValueBufferFactoryDependencies

このサービスの依存関係を含む Parameter オブジェクト。

適用対象