DbInsertCommandTree.Returning Tulajdonság

Definíció

DbExpression Lekéri a módosított sorok alapján visszaadandó eredmények előrejelzését.

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

Tulajdonság értéke

A DbExpression módosított sorok alapján visszaadandó eredmények előrejelzését adja meg. null azt jelzi, hogy a parancs nem ad vissza eredményt.

A következőre érvényes: