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.
Caution
This type has been obsoleted, use StructuralTypeMaterializerSourceParameters instead.
This type has been obsoleted, use StructuralTypeMaterializerSourceParameters instead.
[System.Obsolete("This type has been obsoleted, use StructuralTypeMaterializerSourceParameters instead.", true)]
[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.CompilerServices.Nullable(0)]
public readonly struct EntityMaterializerSourceParameters : IEquatable<Microsoft.EntityFrameworkCore.Query.EntityMaterializerSourceParameters>
[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.CompilerServices.Nullable(0)]
public readonly struct EntityMaterializerSourceParameters : IEquatable<Microsoft.EntityFrameworkCore.Query.EntityMaterializerSourceParameters>
[<System.Obsolete("This type has been obsoleted, use StructuralTypeMaterializerSourceParameters instead.", true)>]
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type EntityMaterializerSourceParameters = struct
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type EntityMaterializerSourceParameters = struct
Public Structure EntityMaterializerSourceParameters
Implements IEquatable(Of EntityMaterializerSourceParameters)
- Inheritance
-
EntityMaterializerSourceParameters
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| EntityMaterializerSourceParameters(ITypeBase, String, Nullable<QueryTrackingBehavior>) |
This type has been obsoleted, use StructuralTypeMaterializerSourceParameters instead. |
Properties
| Name | Description |
|---|---|
| InstanceName |
The name of the instance being materialized. |
| QueryTrackingBehavior |
The query tracking behavior, or |
| StructuralType |
The entity or complex type being materialized. |
Methods
| Name | Description |
|---|---|
| Deconstruct(ITypeBase, String, Nullable<QueryTrackingBehavior>) | |
| Equals(EntityMaterializerSourceParameters) | |
| Equals(Object) | |
| GetHashCode() | |
| ToString() | |
Operators
| Name | Description |
|---|---|
| Equality(EntityMaterializerSourceParameters, EntityMaterializerSourceParameters) | |
| Inequality(EntityMaterializerSourceParameters, EntityMaterializerSourceParameters) | |