DbInsertCommandTree.SetClauses 属性

定义

获取定义插入操作的插入 Set 子句的列表。

public:
 property System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbModificationClause ^> ^ SetClauses { System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbModificationClause ^> ^ get(); };
public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbModificationClause> SetClauses { get; }
member this.SetClauses : System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbModificationClause>
Public ReadOnly Property SetClauses As IList(Of DbModificationClause)

属性值

定义插入操作的插入 Set 子句的列表。

适用于