ModificationStoredProceduresConfiguration<TEntityType> Class

Definition

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

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

Type Parameters

TEntityType

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

Inheritance
ModificationStoredProceduresConfiguration<TEntityType>

Methods

Delete(Action<DeleteModificationStoredProcedureConfiguration<TEntityType>>)

Configures stored procedure used to delete entities.

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<InsertModificationStoredProcedureConfiguration<TEntityType>>)

Configures stored procedure used to insert entities.

ToString()

Returns a string that represents the current object.

Update(Action<UpdateModificationStoredProcedureConfiguration<TEntityType>>)

Configures stored procedure used to update entities.

Applies to