다음을 통해 공유


EntityMaterializerSourceParameters 구조체

정의

의 매개 변수 개체입니다 IEntityMaterializerSource.

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct EntityMaterializerSourceParameters : IEquatable<Microsoft.EntityFrameworkCore.Query.EntityMaterializerSourceParameters>
[<System.Runtime.CompilerServices.IsReadOnly>]
type EntityMaterializerSourceParameters = struct
Public Structure EntityMaterializerSourceParameters
Implements IEquatable(Of EntityMaterializerSourceParameters)
상속
EntityMaterializerSourceParameters
특성
구현

생성자

EntityMaterializerSourceParameters(ITypeBase, String, Nullable<QueryTrackingBehavior>)

의 매개 변수 개체입니다 IEntityMaterializerSource.

속성

InstanceName

구체화할 instance 이름입니다.

QueryTrackingBehavior

쿼리 추적 동작이거나 null , 이 구체화가 쿼리에서 수행되지 않은 경우 입니다.

StructuralType

구체화되는 엔터티 또는 복합 형식입니다.

메서드

Deconstruct(ITypeBase, String, Nullable<QueryTrackingBehavior>)

의 매개 변수 개체입니다 IEntityMaterializerSource.

Equals(EntityMaterializerSourceParameters)

의 매개 변수 개체입니다 IEntityMaterializerSource.

Equals(Object)

의 매개 변수 개체입니다 IEntityMaterializerSource.

GetHashCode()

의 매개 변수 개체입니다 IEntityMaterializerSource.

ToString()

의 매개 변수 개체입니다 IEntityMaterializerSource.

연산자

Equality(EntityMaterializerSourceParameters, EntityMaterializerSourceParameters)

의 매개 변수 개체입니다 IEntityMaterializerSource.

Inequality(EntityMaterializerSourceParameters, EntityMaterializerSourceParameters)

의 매개 변수 개체입니다 IEntityMaterializerSource.

적용 대상