DbInsertCommandTree.SetClauses プロパティ

定義

挿入操作を定義する INSERT 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)

プロパティ値

挿入操作を定義する INSERT SET 句の一覧。

適用対象