IRelationalValueBufferFactoryFactory.Create 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
매개 변수
읽을 값의 형식 및 매핑입니다.
반환
새로 만든 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입니다.
- 특성
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework