다음을 통해 공유


IRelationalValueBufferFactoryFactory.Create 메서드

정의

오버로드

Create(IReadOnlyList<TypeMaterializationInfo>)

IRelationalValueBufferFactory를 만듭니다.

Create(IReadOnlyList<Type>, IReadOnlyList<Int32>)
사용되지 않음.

IRelationalValueBufferFactory를 만듭니다.

Create(IReadOnlyList<TypeMaterializationInfo>)

IRelationalValueBufferFactory를 만듭니다.

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

매개 변수

types
IReadOnlyList<TypeMaterializationInfo>

읽을 값의 형식 및 매핑입니다.

반환

새로 만든 IRelationalValueBufferFactoryFactory입니다.

적용 대상

Create(IReadOnlyList<Type>, IReadOnlyList<Int32>)

주의

Use Create(IReadOnlyList<TypeMaterializationInfo>).

IRelationalValueBufferFactory를 만듭니다.

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부터 시작하는 인덱스 목록입니다(즉, 이 목록의 첫 번째 숫자는 값 버퍼에서 값 0을 요청할 때 반환되는 기본 결과 집합의 인덱스임).

반환

새로 만든 IRelationalValueBufferFactoryFactory입니다.

특성

적용 대상