AssociationModificationStoredProcedureConfiguration<TEntityType> Class

Definition

Allows configuration to be performed for a stored procedure that is used to modify a relationship.

public class AssociationModificationStoredProcedureConfiguration<TEntityType> where TEntityType : class
type AssociationModificationStoredProcedureConfiguration<'EntityType (requires 'EntityType : null)> = class
Public Class AssociationModificationStoredProcedureConfiguration(Of TEntityType)

Type Parameters

TEntityType

The type of the entity that the relationship is being configured from.

Inheritance
AssociationModificationStoredProcedureConfiguration<TEntityType>

Methods

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

Configures a parameter for this stored procedure.

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

Configures a parameter for this stored procedure.

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

Configures a parameter for this stored procedure.

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

Configures a parameter for this stored procedure.

Applies to