Provides a means of reading a forward-only stream of rows from a Pick Server database. This class cannot be inherited.
|
|
Closes the System.Data.PickDP.PickDPDataReader object. |
|
Gets whether the specified column allows null values as specified in the Administration program. | |
|
|
Gets the value of the specified column as a Boolean. |
|
|
Gets the byte representation of the first character in the value of the column. |
|
|
Gets the value in a byte[] buffer. |
|
Gets the caption of the specified field from the schema. | |
|
|
Gets the char representation of the first character in the value of the column. |
|
|
Gets the value in a char[] buffer. |
|
|
Gets a System.Data.IDataReader to be used when the field points to more remote structured data. |
|
|
Gets the data type information for the specified field. |
|
Gets the date and time data value of the specified field. | |
|
Gets the fixed-position numeric value of the specified field. | |
|
Gets the double-precision floating point number of the specified field. | |
|
|
Gets the System.Type information corresponding to the type of System.Object that would be returned from System.Data.IDataRecord.GetValue(System.Int32) . |
|
Gets the single-precision floating point number of the specified field. | |
|
|
Returns the guid value of the specified field. NOTE- This method is not supported and returns a NotSupported exception. |
|
Gets the 16-bit signed integer value of the specified field. | |
|
Gets the 32-bit signed integer value of the specified field. | |
|
Gets the 64-bit signed integer value of the specified field. | |
|
Gets the maximum length of the specified field. | |
|
|
Gets the name of the field to find. |
|
|
Returns the column name of the named field. |
|
Gets a read-only copy of the specified field. Not implemented at this time. | |
|
|
Returns a System.Data.DataTable that describes the column metadata of the System.Data.IDataReader. |
|
Gets the string value of the specified field. | |
|
Gets the time of the specified field. | |
|
Returns the value of the specified field. | |
|
|
Gets all the attribute fields in the collection for the current record. |
|
|
Returns whether the specified field is set to null. |
|
|
Advances the data reader to the next result when reading the results of batch Pick statements. |
|
|
Advances the System.Data.IDataReader to the next record. |
|
Name |
Type |
Description |
|
Integer |
Gets a value indicating the depth of nesting for the current row. | |
|
Integer |
Gets the number of columns in the current row. | |
|
Boolean |
Gets a value indicating whether the System.Data.PickDP.PickDPDataReader contains one or more rows. | |
|
Boolean |
Gets a value indicating whether the data reader is closed. | |
|
|
Object |
Gets the column with the specified name. |
|
Object |
Gets the column located at the specified index. | |
|
Integer |
Gets the number of rows changed, inserted, or deleted by execution of the Pick statement. |