Member name | Description |
---|---|
Returns the depth of nesting for the current row. The outermost table has a depth of zero. |
|
Returns the number of columns in the cursor. |
|
Checks whether the ULDataReader has one or more rows. |
|
UL Ext.: Checks whether the current row position is before the first row. |
|
Checks whether the cursor is currently open. |
|
UL Ext.: Checks whether the current row position is after the last row. |
|
Gets the value of a specified column as an instance of Object. |
|
Returns the number of rows changed, inserted, or deleted by execution of the SQL statement. For SELECT statements or CommandType.TableDirect tables, this value is -1. |
|
UL Ext.: Returns the number of rows in the cursor. |
|
UL Ext.: Holds the schema of this cursor. |
|
VisibleFieldCount (inherited from DbDataReader) |
Gets the number of fields in the DbDataReader that are not hidden. |
Member name | Description |
---|---|
Closes the cursor. |
|
Dispose (inherited from DbDataReader) |
Releases the resources consumed by this DbDataReader. |
Returns the value for the specified column as a System.Boolean. |
|
Returns the value for the specified column as an unsigned 8-bit value (System.Byte). |
|
UL Ext.: Returns the value for the specified column as an array of System.Bytes. Only valid for columns of type ULDbType.Binary, ULDbType.LongBinary, or ULDbType.UniqueIdentifier. |
|
This method is not supported in UltraLite.NET. |
|
Copies a subset of the value for the specified ULDbType.LongVarchar column, beginning at the specified offset, to the specified offset of the destination System.Char array. |
|
GetData (inherited from DbDataReader) |
Returns a DbDataReader object for the requested column ordinal. |
Returns the name of the specified column's provider data type. |
|
Returns the value for the specified column as a System.DateTime with millisecond accuracy. |
|
Returns the value for the specified column as a System.Decimal. |
|
Returns the value for the specified column as a System.Double. |
|
Returns an System.Collections.IEnumerator that iterates through the ULDataReader. |
|
Returns the System.Type most appropriate for the specified column. |
|
Returns the value for the specified column as a System.Single. |
|
Returns the value for the specified column as a UUID (System.Guid). |
|
Returns the value for the specified column as a System.Int16. |
|
Returns the value for the specified column as an Int32. |
|
Returns the value for the specified column as an Int64. |
|
Returns the name of the specified column. |
|
Returns the column ID of the named column. |
|
GetProviderSpecificFieldType (inherited from DbDataReader) |
Returns the provider-specific field type of the specified column. |
GetProviderSpecificValue (inherited from DbDataReader) |
Gets the value of the specified column as an instance of Object. |
GetProviderSpecificValues (inherited from DbDataReader) |
Gets all provider-specific attribute columns in the collection for the current row. |
Returns a System.Data.DataTable that describes the column metadata of the ULDataReader. |
|
Returns the value for the specified column as a System.String. |
|
Returns the value for the specified column as a System.TimeSpan with millisecond accuracy. |
|
Returns the value for the specified column as a System.UInt16. |
|
Returns the value for the specified column as a UInt32. |
|
Returns the value for the specified column as a System.UInt64. |
|
Returns the value of the specified column in its native format. |
|
Returns all the column values for the current row. |
|
Checks whether the value from the specified column is NULL. |
|
UL Ext.: Positions the cursor to after the last row of the cursor. |
|
UL Ext.: Positions the cursor to before the first row of the cursor. |
|
UL Ext.: Positions the cursor to the first row of the cursor. |
|
UL Ext.: Positions the cursor to the last row of the cursor. |
|
UL Ext.: Positions the cursor to the next row or after the last row if the cursor was already on the last row. |
|
UL Ext.: Positions the cursor to the previous row or before the first row. |
|
UL Ext.: Positions the cursor relative to the current row. |
|
Advances the ULDataReader to the next result when reading the results of batch SQL statements. |
|
Positions the cursor to the next row, or after the last row if the cursor was already on the last row. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |