InstantiationBindingInterceptionData Struct

Definition

A parameter object passed to IInstantiationBindingInterceptor methods.

C#
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct InstantiationBindingInterceptionData
Inheritance
InstantiationBindingInterceptionData
Attributes

Remarks

See Logging, events, and diagnostics for more information and examples.

Constructors

InstantiationBindingInterceptionData(IEntityType)

Constructs the parameter object.

InstantiationBindingInterceptionData(ITypeBase)

Constructs the parameter object.

Properties

EntityType

The entity type for which the binding is being used.

TypeBase

The entity type for which the binding is being used.

Applies to

Product Versions
Entity Framework Core 7.0, 8.0, 9.0