EntityMaterializerSourceParameters 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 매개 변수 개체입니다 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 |
쿼리 추적 동작이거나 |
| StructuralType |
구체화되는 엔터티 또는 복합 형식입니다. |
메서드
| Deconstruct(ITypeBase, String, Nullable<QueryTrackingBehavior>) |
의 매개 변수 개체입니다 IEntityMaterializerSource. |
| Equals(EntityMaterializerSourceParameters) |
의 매개 변수 개체입니다 IEntityMaterializerSource. |
| Equals(Object) |
의 매개 변수 개체입니다 IEntityMaterializerSource. |
| GetHashCode() |
의 매개 변수 개체입니다 IEntityMaterializerSource. |
| ToString() |
의 매개 변수 개체입니다 IEntityMaterializerSource. |