ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType> Class

Definition

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

public class ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType> where TEntityType : class where TTargetEntityType : class
type ManyToManyModificationStoredProceduresConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)> = class
Public Class ManyToManyModificationStoredProceduresConfiguration(Of TEntityType, TTargetEntityType)

Type Parameters

TEntityType

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

TTargetEntityType

The type of the entity that the other end of the relationship targets.

Inheritance
ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType>

Methods

Delete(Action<ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>>)

Configures stored procedure used to delete relationships.

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

GetType()

Gets the Type of the current instance.

Insert(Action<ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>>)

Configures stored procedure used to insert relationships.

ToString()

Returns a string that represents the current object.

Applies to