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
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