InstantiationBindingInterceptionData Constructors
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.
Overloads
InstantiationBindingInterceptionData(IEntityType) |
Constructs the parameter object. |
InstantiationBindingInterceptionData(ITypeBase) |
Constructs the parameter object. |
InstantiationBindingInterceptionData(IEntityType)
Constructs the parameter object.
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)
Parameters
- entityType
- IEntityType
The entity type for which the binding is being used.
Applies to
InstantiationBindingInterceptionData(ITypeBase)
Constructs the parameter object.
[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)
Parameters
- typeBase
- ITypeBase
The entity type for which the binding is being used.
- Attributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework