InsertModificationStoredProcedureConfiguration<TEntityType> Class

 

Represents the allowing of configuration to be performed for a stored procedure that is used to insert entities.

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

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProcedureConfigurationBase
    System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType>

public class InsertModificationStoredProcedureConfiguration<TEntityType> : ModificationStoredProcedureConfigurationBase
where TEntityType : class

Type Parameters

TEntityType

The type of the entity that the stored procedure can be used to insert.

NameDescription
System_CAPS_pubmethodEquals(Object)

Specifies whether this instance is equal to a specific object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

Gets the type of this instance.

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_pubmethodNavigation<TPrincipalEntityType>(Expression<Func<TPrincipalEntityType, TEntityType>>, Action<AssociationModificationStoredProcedureConfiguration<TPrincipalEntityType>>)

Configures parameters for a relationship where the foreign key property is not included in the class.

System_CAPS_pubmethodNavigation<TPrincipalEntityType>(Expression<Func<TPrincipalEntityType, ICollection<TEntityType>>>, Action<AssociationModificationStoredProcedureConfiguration<TPrincipalEntityType>>)

Configures parameters for a relationship where the foreign key property is not included in the class.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, Byte[]>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, DbGeography>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, DbGeometry>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, String>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter<TProperty>(Expression<Func<TEntityType, TProperty>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter<TProperty>(Expression<Func<TEntityType, Nullable<TProperty>>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodResult(Expression<Func<TEntityType, Byte[]>>, 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(Expression<Func<TEntityType, DbGeography>>, 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(Expression<Func<TEntityType, DbGeometry>>, 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(Expression<Func<TEntityType, 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_pubmethodResult<TProperty>(Expression<Func<TEntityType, TProperty>>, 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<TProperty>(Expression<Func<TEntityType, Nullable<TProperty>>>, 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 a 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.