DbUpdateCommandTree.Returning 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 DbExpression,以根據修改的資料列指定要傳回的結果投影。
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
屬性值
DbExpression,根據修改過的資料列,指定要傳回之結果的投影。 null
表示不應該從這個命令傳回任何結果。
備註
傳回的投影只包含下列元素:DbNewInstanceExpression;DbPropertyExpression。