Compartir a través de


DbInsertCommandTree.SetClauses Propiedad

Definición

Obtiene la lista de cláusulas SET de inserción que definen la operación de inserción.

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)

Valor de propiedad

Lista de cláusulas SET de inserción que definen la operación de inserción.

Se aplica a