다음을 통해 공유


MaterializationContext 생성자

정의

오버로드

MaterializationContext(ValueBuffer)
사용되지 않음.

MaterializationContext 인스턴스를 만듭니다.

MaterializationContext(ValueBuffer, DbContext)

MaterializationContext 인스턴스를 만듭니다.

MaterializationContext(ValueBuffer)

주의

Use the constructor with the most parameters.

MaterializationContext 인스턴스를 만듭니다.

[System.Obsolete("Use the constructor with the most parameters.")]
public MaterializationContext (Microsoft.EntityFrameworkCore.Storage.ValueBuffer valueBuffer);
[<System.Obsolete("Use the constructor with the most parameters.")>]
new Microsoft.EntityFrameworkCore.Storage.MaterializationContext : Microsoft.EntityFrameworkCore.Storage.ValueBuffer -> Microsoft.EntityFrameworkCore.Storage.MaterializationContext
Public Sub New (valueBuffer As ValueBuffer)

매개 변수

valueBuffer
ValueBuffer

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

특성

적용 대상

MaterializationContext(ValueBuffer, DbContext)

MaterializationContext 인스턴스를 만듭니다.

public MaterializationContext (in Microsoft.EntityFrameworkCore.Storage.ValueBuffer valueBuffer, Microsoft.EntityFrameworkCore.DbContext context);
new Microsoft.EntityFrameworkCore.Storage.MaterializationContext : ValueBuffer * Microsoft.EntityFrameworkCore.DbContext -> Microsoft.EntityFrameworkCore.Storage.MaterializationContext
Public Sub New (ByRef valueBuffer As ValueBuffer, context As DbContext)

매개 변수

valueBuffer
ValueBuffer

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

context
DbContext

사용 중인 현재 DbContext instance.

적용 대상