Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Value をロードするときに使用する DataRowVersion を取得または設定します。
Public Overrides Property SourceVersion As DataRowVersion
public override DataRowVersion SourceVersion {get;set;}
Update オペレーション時に UpdateCommand によって使用され、パラメーター値を Current と Original のどちらに設定するかを決定します。これを使用してプライマリキーを更新できます。このプロパティは、InsertCommand と DeleteCommand によって無視されます。このプロパティは、Item プロパティによって使用される DataRow のバージョン、または DataRow オブジェクトの GetChildRows メソッドに設定されます。