DbInterceptionContext 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
DbInterceptionContext() |
Constructs a new DbInterceptionContext with no state. |
DbInterceptionContext(DbInterceptionContext) |
Creates a new DbInterceptionContext by copying state from the given interception context. See Clone() |
DbInterceptionContext()
Constructs a new DbInterceptionContext with no state.
public DbInterceptionContext();
Public Sub New ()
Applies to
DbInterceptionContext(DbInterceptionContext)
Creates a new DbInterceptionContext by copying state from the given interception context. See Clone()
protected DbInterceptionContext(System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbInterceptionContext
Protected Sub New (copyFrom As DbInterceptionContext)
Parameters
- copyFrom
- DbInterceptionContext
The context from which to copy state.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework