Aracılığıyla paylaş


DbInsertCommandTree.SetClauses Özellik

Tanım

Ekleme işlemini tanımlayan insert set yan tümcelerinin listesini alır.

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)

Özellik Değeri

Ekleme işlemini tanımlayan insert set yan tümcelerinin listesi.

Şunlara uygulanır