Gets and sets the DataRowVersion to use when loading Value.
Visual Basic Public Overrides Property SourceVersion As DataRowVersion
C# public override DataRowVersion SourceVersion { get; set; }
Used by UpdateCommand during an Update operation to determine whether the parameter value is set to Current or Original. This allows primary keys to be updated. This property is ignored by InsertCommand and DeleteCommand. This property is set to the version of the DataRow used by the Item property, or the GetChildRows method of the DataRow object.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |