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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework