ConventionModificationStoredProceduresConfiguration Class

 

Creates a convention that configures stored procedures to be used to modify entities in the database.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.ConventionModificationStoredProceduresConfiguration

public class ConventionModificationStoredProceduresConfiguration

NameDescription
System_CAPS_pubmethodDelete(Action<ConventionDeleteModificationStoredProcedureConfiguration>)

Configures stored procedure used to delete entities.

System_CAPS_pubmethodEquals(Object)

Specifies whether this configuration is equal with specific object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code associated with this configuration.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.

System_CAPS_pubmethodInsert(Action<ConventionInsertModificationStoredProcedureConfiguration>)

Configures stored procedure used to insert entities.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of the ConventionModificationStoredProceduresConfiguration class.(Overrides Object.ToString().)

System_CAPS_pubmethodUpdate(Action<ConventionUpdateModificationStoredProcedureConfiguration>)

Configures stored procedure used to update entities.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.