Table of Contents

Struct InstantiationBindingInterceptionData

Namespace
Microsoft.EntityFrameworkCore.Diagnostics
Assembly
Microsoft.EntityFrameworkCore.dll

A parameter object passed to IInstantiationBindingInterceptor methods.

public readonly struct InstantiationBindingInterceptionData
Inherited Members

Remarks

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

Constructors

InstantiationBindingInterceptionData(ITypeBase)

Constructs the parameter object.

[EntityFrameworkInternal]
public InstantiationBindingInterceptionData(ITypeBase typeBase)

Parameters

typeBase ITypeBase

The entity type for which the binding is being used.

Properties

TypeBase

The entity type for which the binding is being used.

public ITypeBase TypeBase { get; }

Property Value

ITypeBase