DbInsertCommandTree.SetClauses Egenskap

Definition

Hämtar listan över infogningsuppsättningssatser som definierar infogningsåtgärden.

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)

Egenskapsvärde

Listan över infogningsuppsättningssatser som definierar infogningsåtgärden.

Gäller för