InstantiationBindingInterceptionData Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
InstantiationBindingInterceptionData(IEntityType) |
Erstellt das Parameterobjekt. |
InstantiationBindingInterceptionData(ITypeBase) |
Erstellt das Parameterobjekt. |
InstantiationBindingInterceptionData(IEntityType)
Erstellt das Parameterobjekt.
public InstantiationBindingInterceptionData (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
new Microsoft.EntityFrameworkCore.Diagnostics.InstantiationBindingInterceptionData : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Diagnostics.InstantiationBindingInterceptionData
Public Sub New (entityType As IEntityType)
Parameter
- entityType
- IEntityType
Der Entitätstyp, für den die Bindung verwendet wird.
Gilt für:
InstantiationBindingInterceptionData(ITypeBase)
Erstellt das Parameterobjekt.
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public InstantiationBindingInterceptionData (Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Diagnostics.InstantiationBindingInterceptionData : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> Microsoft.EntityFrameworkCore.Diagnostics.InstantiationBindingInterceptionData
Public Sub New (typeBase As ITypeBase)
Parameter
- typeBase
- ITypeBase
Der Entitätstyp, für den die Bindung verwendet wird.
- Attribute
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework