Share via


InstantiationBindingInterceptionData Constructors

Definition

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