EntityMaterializerSourceParameters Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Objet Parameter pour 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))
Paramètres
- StructuralType
- ITypeBase
Entité ou type complexe en cours de matérialisé.
- InstanceName
- String
Nom du instance en cours de matérialisé.
- QueryTrackingBehavior
- Nullable<QueryTrackingBehavior>
Comportement de suivi des requêtes, ou null
si cette matérialisation ne provient pas d’une requête.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.