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.
Parameter object for IEntityMaterializerSource.
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.
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