EntityCommand.UpdatedRowSource 屬性

定義

它能取得或設定指令結果如何套用到正在更新的資料列上。

public:
 virtual property System::Data::UpdateRowSource UpdatedRowSource { System::Data::UpdateRowSource get(); void set(System::Data::UpdateRowSource value); };
public override System.Data.UpdateRowSource UpdatedRowSource { get; set; }
member this.UpdatedRowSource : System.Data.UpdateRowSource with get, set
Public Overrides Property UpdatedRowSource As UpdateRowSource

屬性值

這是其中一項 UpdateRowSource 價值。

適用於