語言

OracleCommand.UpdatedRowSource 屬性

定義

取得或設定一個值,指定方法應如何Update套用指令結果。DataRow

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

屬性值

這是其中一項 UpdateRowSource 價值。

實作

例外狀況

輸入的金額並非其中之一 UpdateRowSource 。

備註

預設 UpdateRowSource 值為, Both 除非指令是自動產生的(如 OracleCommandBuilder的情況下),否則預設值為 None。

欲了解更多使用此 UpdateRowSource 特性的資訊,請參閱 DataAdapter 參數。

適用於

另請參閱