Condividi tramite


DbInsertCommandTree.Returning Proprietà

Definizione

Ottiene un oggetto DbExpression che specifica una proiezione di risultati da restituire in base alle righe modificate.

public:
 property System::Data::Common::CommandTrees::DbExpression ^ Returning { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Returning { get; }
member this.Returning : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Returning As DbExpression

Valore della proprietà

Oggetto DbExpression che specifica una proiezione di risultati da restituire in base alle righe modificate. null indica che questo comando non deve restituire alcun risultato.

Si applica a