EntityMaterializerSourceParameters Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework