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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework