CommitFailureHandler.FromContext Method

Definition

Overloads

FromContext(ObjectContext)

Gets the CommitFailureHandler associated with the context if there is one; otherwise returns null.

FromContext(DbContext)

Gets the CommitFailureHandler associated with the context if there is one; otherwise returns null.

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