IRelationalValueBufferFactoryFactory.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Create(IReadOnlyList<TypeMaterializationInfo>) | |
Create(IReadOnlyList<Type>, IReadOnlyList<Int32>) |
已淘汰.
|
Create(IReadOnlyList<TypeMaterializationInfo>)
public Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory Create (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.TypeMaterializationInfo> types);
abstract member Create : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.TypeMaterializationInfo> -> Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory
Public Function Create (types As IReadOnlyList(Of TypeMaterializationInfo)) As IRelationalValueBufferFactory
參數
要讀取之值的型別和對應。
傳回
新建立的 IRelationalValueBufferFactoryFactory。
適用於
Create(IReadOnlyList<Type>, IReadOnlyList<Int32>)
警告
Use Create(IReadOnlyList<TypeMaterializationInfo>).
public Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory Create (System.Collections.Generic.IReadOnlyList<Type> valueTypes, System.Collections.Generic.IReadOnlyList<int> indexMap);
[System.Obsolete("Use Create(IReadOnlyList<TypeMaterializationInfo>).")]
public Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory Create (System.Collections.Generic.IReadOnlyList<Type> valueTypes, System.Collections.Generic.IReadOnlyList<int> indexMap);
abstract member Create : System.Collections.Generic.IReadOnlyList<Type> * System.Collections.Generic.IReadOnlyList<int> -> Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory
[<System.Obsolete("Use Create(IReadOnlyList<TypeMaterializationInfo>).")>]
abstract member Create : System.Collections.Generic.IReadOnlyList<Type> * System.Collections.Generic.IReadOnlyList<int> -> Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory
Public Function Create (valueTypes As IReadOnlyList(Of Type), indexMap As IReadOnlyList(Of Integer)) As IRelationalValueBufferFactory
參數
- valueTypes
- IReadOnlyList<Type>
要從值緩衝區傳回的數值型別。
- indexMap
- IReadOnlyList<Int32>
要從基礎結果集讀取之以零起始之索引的排序清單 (亦即,此清單中的第一個數位是從值緩衝區要求值 0 時傳回的基礎結果集索引) 。
傳回
新建立的 IRelationalValueBufferFactoryFactory。
- 屬性