共用方式為


DbUpdateCommandTree.SetClauses 屬性

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

命名空間:  System.Data.Entity.Core.Common.CommandTrees
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public ReadOnly Property SetClauses As IList(Of DbModificationClause)
    Get
'用途
Dim instance As DbUpdateCommandTree 
Dim value As IList(Of DbModificationClause)

value = instance.SetClauses
public IList<DbModificationClause> SetClauses { get; }
public:
property IList<DbModificationClause^>^ SetClauses {
    IList<DbModificationClause^>^ get ();
}
member SetClauses : IList<DbModificationClause>
function get SetClauses () : IList<DbModificationClause>

屬性值

類型:System.Collections.Generic.IList<DbModificationClause>
定義更新作業的更新集子句清單。

請參閱

參考

DbUpdateCommandTree 類別

System.Data.Entity.Core.Common.CommandTrees 命名空間