Share via


EntityMaterializerSourceParameters Struct

Definition

Parameter object for 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)
Inheritance
EntityMaterializerSourceParameters
Attributes
Implements

Constructors

EntityMaterializerSourceParameters(ITypeBase, String, Nullable<QueryTrackingBehavior>)

Parameter object for IEntityMaterializerSource.

Properties

InstanceName

The name of the instance being materialized.

QueryTrackingBehavior

The query tracking behavior, or null if this materialization is not from a query.

StructuralType

The entity or complex type being materialized.

Methods

Deconstruct(ITypeBase, String, Nullable<QueryTrackingBehavior>)
Equals(EntityMaterializerSourceParameters)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(EntityMaterializerSourceParameters, EntityMaterializerSourceParameters)
Inequality(EntityMaterializerSourceParameters, EntityMaterializerSourceParameters)

Applies to