共用方式為


UpdateModificationStoredProcedureConfiguration<TEntityType> 類別

定義

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

public class UpdateModificationStoredProcedureConfiguration<TEntityType> : System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProcedureConfigurationBase where TEntityType : class
type UpdateModificationStoredProcedureConfiguration<'EntityType (requires 'EntityType : null)> = class
    inherit ModificationStoredProcedureConfigurationBase
Public Class UpdateModificationStoredProcedureConfiguration(Of TEntityType)
Inherits ModificationStoredProcedureConfigurationBase

類型參數

TEntityType

預存程式可用來更新的實體類型。

繼承
UpdateModificationStoredProcedureConfiguration<TEntityType>

方法

Equals(Object)

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

GetHashCode()

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

GetType()

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

HasName(String, String)

設定預存程式的名稱。

HasName(String)

設定預存程式的名稱。

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

設定類別中未包含外鍵屬性之關聯性的參數。

Navigation<TPrincipalEntityType>(Expression<Func<TPrincipalEntityType, TEntityType>>, Action<AssociationModificationStoredProcedureConfiguration<TPrincipalEntityType>>)

設定類別中未包含外鍵屬性之關聯性的參數。

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

設定這個預存程式的參數。

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

設定這個預存程式的參數。

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

設定這個預存程式的參數。

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

設定這個預存程式的參數。

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

設定這個預存程式的參數。

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

設定這個預存程式的參數。

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

設定這個預存程式的參數。

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

設定這個預存程式的參數。

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

設定這個預存程式的參數。

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

設定這個預存程式的參數。

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

設定這個預存程式的參數。

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

設定這個預存程式的參數。

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

設定此預存程式對應至屬性之結果的資料行。 這用於資料庫產生的資料行。

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

設定此預存程式對應至屬性之結果的資料行。 這用於資料庫產生的資料行。

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

設定此預存程式對應至屬性之結果的資料行。 這用於資料庫產生的資料行。

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

設定此預存程式對應至屬性之結果的資料行。 這用於資料庫產生的資料行。

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

設定此預存程式對應至屬性之結果的資料行。 這用於資料庫產生的資料行。

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

設定此預存程式對應至屬性之結果的資料行。 這用於資料庫產生的資料行。

RowsAffectedParameter(String)

設定輸出參數,這個參數會傳回此預存程式所影響的資料列。

ToString()

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

適用於