ConventionInsertModificationStoredProcedureConfiguration Class

 

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

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

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.ConventionModificationStoredProcedureConfiguration
    System.Data.Entity.ModelConfiguration.Configuration.ConventionInsertModificationStoredProcedureConfiguration

public class ConventionInsertModificationStoredProcedureConfiguration : ConventionModificationStoredProcedureConfiguration

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current instance.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for the current instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the type associated with the configuration.

System_CAPS_pubmethodHasName(String)

Configures the name of the stored procedure.

System_CAPS_pubmethodHasName(String, String)

Configures the name of the stored procedure.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodParameter(PropertyInfo, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(String, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodResult(PropertyInfo, String)

Configures a column of the result for this stored procedure to map to a property. This is used for database generated columns.

System_CAPS_pubmethodResult(String, String)

Configures a column of the result for this stored procedure to map to a property. This is used for database generated columns.

System_CAPS_pubmethodToString()

Returns the string representation of this instance.(Overrides Object.ToString().)

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