EntityMaterializerSourceParameters Constructor
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.
This type has been obsoleted, use StructuralTypeMaterializerSourceParameters instead.
public EntityMaterializerSourceParameters(Microsoft.EntityFrameworkCore.Metadata.ITypeBase StructuralType, string InstanceName, Microsoft.EntityFrameworkCore.QueryTrackingBehavior? QueryTrackingBehavior);
new Microsoft.EntityFrameworkCore.Query.EntityMaterializerSourceParameters : Microsoft.EntityFrameworkCore.Metadata.ITypeBase * string * Nullable<Microsoft.EntityFrameworkCore.QueryTrackingBehavior> -> Microsoft.EntityFrameworkCore.Query.EntityMaterializerSourceParameters
Public Sub New (StructuralType As ITypeBase, InstanceName As String, QueryTrackingBehavior As Nullable(Of QueryTrackingBehavior))
Parameters
- StructuralType
- ITypeBase
The entity or complex type being materialized.
- InstanceName
- String
The name of the instance being materialized.
- QueryTrackingBehavior
- Nullable<QueryTrackingBehavior>
The query tracking behavior, or null if this materialization is not from a query.