Holds the update operations for one upload transaction for one table.
Public Interface UpdateDataReader Implements System.Data.IDataReader
public interface UpdateDataReader : System.Data.IDataReader
All members of UpdateDataReader interface, including all inherited members.
Name | Description |
---|---|
Close method (Inherited from System.Data.IDataReader) |
Closes the System.Data.IDataReader Object. |
GetSchemaTable method (Inherited from System.Data.IDataReader) |
Returns a System.Data.DataTable that describes the column metadata of the System.Data.IDataReader. |
NextResult method (Inherited from System.Data.IDataReader) |
Advances the data reader to the next result, when reading the results of batch SQL statements. |
Read method (Inherited from System.Data.IDataReader) |
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). | |
Depth property (Inherited from System.Data.IDataReader) |
Gets a value indicating the depth of nesting for the current row. |
IsClosed property (Inherited from System.Data.IDataReader) |
Gets a value indicating whether the data reader is closed. |
RecordsAffected property (Inherited from System.Data.IDataReader) |
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
New 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 |