CommitFailureHandler.FromContext Method
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
FromContext(ObjectContext) |
Gets the CommitFailureHandler associated with the |
FromContext(DbContext) |
Gets the CommitFailureHandler associated with the |
FromContext(ObjectContext)
Gets the CommitFailureHandler associated with the context
if there is one;
otherwise returns null
.
public static System.Data.Entity.Infrastructure.CommitFailureHandler FromContext (System.Data.Entity.Core.Objects.ObjectContext context);
static member FromContext : System.Data.Entity.Core.Objects.ObjectContext -> System.Data.Entity.Infrastructure.CommitFailureHandler
Public Shared Function FromContext (context As ObjectContext) As CommitFailureHandler
Parameters
- context
- ObjectContext
The context
Returns
The associated CommitFailureHandler.
Applies to
FromContext(DbContext)
Gets the CommitFailureHandler associated with the context
if there is one;
otherwise returns null
.
public static System.Data.Entity.Infrastructure.CommitFailureHandler FromContext (System.Data.Entity.DbContext context);
static member FromContext : System.Data.Entity.DbContext -> System.Data.Entity.Infrastructure.CommitFailureHandler
Public Shared Function FromContext (context As DbContext) As CommitFailureHandler
Parameters
- context
- DbContext
The context
Returns
The associated CommitFailureHandler.
Applies to
Entity Framework