Share via


UntypedRelationalValueBufferFactoryFactory 類別

定義

警告

Use TypedRelationalValueBufferFactoryFactory instead.

建立 類型的實例 IRelationalValueBufferFactoryIRelationalValueBufferFactory 實例會系結至特定結果圖形。 此處理站負責建立 IRelationalValueBufferFactory 指定結果圖形的 。

此處理站會產生使用不具類型的 GetValues(Object[]) API 從基礎 DbDataReader 讀取個別值的值緩衝區。

此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

public class UntypedRelationalValueBufferFactoryFactory : Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory
[System.Obsolete("Use TypedRelationalValueBufferFactoryFactory instead.")]
public class UntypedRelationalValueBufferFactoryFactory : Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory
type UntypedRelationalValueBufferFactoryFactory = class
    interface IRelationalValueBufferFactoryFactory
[<System.Obsolete("Use TypedRelationalValueBufferFactoryFactory instead.")>]
type UntypedRelationalValueBufferFactoryFactory = class
    interface IRelationalValueBufferFactoryFactory
Public Class UntypedRelationalValueBufferFactoryFactory
Implements IRelationalValueBufferFactoryFactory
繼承
UntypedRelationalValueBufferFactoryFactory
屬性
實作

建構函式

UntypedRelationalValueBufferFactoryFactory()
已淘汰.

建立 類型的實例 IRelationalValueBufferFactoryIRelationalValueBufferFactory 實例會系結至特定結果圖形。 此處理站負責建立 IRelationalValueBufferFactory 指定結果圖形的 。

此處理站會產生使用不具類型的 GetValues(Object[]) API 從基礎 DbDataReader 讀取個別值的值緩衝區。

此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

UntypedRelationalValueBufferFactoryFactory(RelationalValueBufferFactoryDependencies)
已淘汰.

初始化 UntypedRelationalValueBufferFactoryFactory 類別的新執行個體。

屬性

Dependencies
已淘汰.

包含此服務相依性的參數物件。

方法

Create(IReadOnlyList<Type>, IReadOnlyList<Int32>)
已淘汰.

建立新的 IRelationalValueBufferFactory

Create(IReadOnlyList<TypeMaterializationInfo>)
已淘汰.

建立新的 IRelationalValueBufferFactory

適用於