共用方式為


ModificationStoredProceduresConfiguration<TEntityType> 類別

定義

允許針對用來修改實體的預存程式執行組態。

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

類型參數

TEntityType

預存程式可用來修改之實體的類型。

繼承
ModificationStoredProceduresConfiguration<TEntityType>

方法

Delete(Action<DeleteModificationStoredProcedureConfiguration<TEntityType>>)

設定用來刪除實體的預存程式。

Equals(Object)

允許針對用來修改實體的預存程式執行組態。

GetHashCode()

允許針對用來修改實體的預存程式執行組態。

GetType()

取得目前執行個體的 Type

Insert(Action<InsertModificationStoredProcedureConfiguration<TEntityType>>)

設定用來插入實體的預存程式。

ToString()

允許針對用來修改實體的預存程式執行組態。

Update(Action<UpdateModificationStoredProcedureConfiguration<TEntityType>>)

設定用來更新實體的預存程式。

適用於