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

适用于