Sdílet prostřednictvím


DbUpdateCommandTree.SetClauses Vlastnost

Definice

Získá seznam klauzulí sady aktualizací, které definují operaci aktualizace.

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)

Hodnota vlastnosti

Seznam klauzulí sady aktualizací, které definují operaci aktualizace.

Platí pro