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 方法。