EntityMaterializerSourceParameters Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Oggetto Parameter per 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)
- Ereditarietà
-
EntityMaterializerSourceParameters
- Attributi
- Implementazioni
Costruttori
EntityMaterializerSourceParameters(ITypeBase, String, Nullable<QueryTrackingBehavior>) |
Oggetto Parameter per IEntityMaterializerSource. |
Proprietà
InstanceName |
Nome dell'istanza materializzata. |
QueryTrackingBehavior |
Comportamento di rilevamento delle query o |
StructuralType |
Entità o tipo complesso materializzato. |
Metodi
Deconstruct(ITypeBase, String, Nullable<QueryTrackingBehavior>) |
Oggetto Parameter per IEntityMaterializerSource. |
Equals(EntityMaterializerSourceParameters) |
Oggetto Parameter per IEntityMaterializerSource. |
Equals(Object) |
Oggetto Parameter per IEntityMaterializerSource. |
GetHashCode() |
Oggetto Parameter per IEntityMaterializerSource. |
ToString() |
Oggetto Parameter per IEntityMaterializerSource. |