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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework