Holds the update operations for one upload transaction for one table.
Visual Basic syntaxPublic Interface UpdateDataReader Implements System.Data.IDataReader
C# syntaxpublic interface UpdateDataReader : System.Data.IDataReader
Base classes
MembersAll members of UpdateDataReader interface, including all inherited members.
| Name | Description |
|---|---|
|
|
Closes the System.Data.IDataReader Object.
|
|
|
Returns a System.Data.DataTable that describes the column metadata of the System.Data.IDataReader.
|
|
|
Advances the data reader to the next result, when reading the results of batch SQL statements. |
|
|
Advances the System.Data.IDataReader to the next record.
|
| Sets the mode of this DataReader to return new column values (the post-updated row). | |
| Sets the mode of this DataReader to return old column values (the pre-updated row). | |
|
|
Gets a value indicating the depth of nesting for the current row. |
|
|
Gets a value indicating whether the data reader is closed. |
|
|
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
RemarksNew and old rows can be accessed by changing the mode of the DataReader to old or new. This interface can otherwise be used as a regular DataReader.
SetNewRowValues method
SetOldRowValues method
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |
