다음을 통해 공유


MaterializationContext 구조체

정의

엔터티를 구체화하는 데 필요한 컨텍스트를 포함하는 매개 변수 개체입니다.

이 형식은 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public readonly struct MaterializationContext
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct MaterializationContext
type MaterializationContext = struct
[<System.Runtime.CompilerServices.IsReadOnly>]
type MaterializationContext = struct
Public Structure MaterializationContext
상속
MaterializationContext
특성

설명

자세한 내용 과 예제는 데이터베이스 공급자 및 확장 구현 을 참조하세요.

생성자

MaterializationContext(ValueBuffer)
사용되지 않음.

MaterializationContext 인스턴스를 만듭니다.

MaterializationContext(ValueBuffer, DbContext)

MaterializationContext 인스턴스를 만듭니다.

필드

GetValueBufferMethod

MethodInfo get 메서드의 ValueBuffer 입니다.

속성

Context

사용 중인 현재 DbContext instance.

ValueBuffer

ValueBuffer 엔터티를 구체화하는 데 사용할 입니다.

적용 대상