TxtDataReader Class Library  

TxtDataReader Members

TxtDataReader overview

Public Properties

public propertyDepth Gets a value that indicates the depth of nesting for the current row.
public propertyFieldCount Gets the number of columns in the current row.
public propertyIsClosed Gets a value indicating whether the data reader is closed.
public propertyItem Overloaded. Gets the value of a column in its native format.
public propertyRecordsAffected Gets the number of rows selected by execution of the statement.

Public Methods

public methodClose Closes the TxtDataReader object.
public methodGetBoolean Gets the value of the specified column as a Boolean.
public methodGetByte Gets the value of the specified column as a byte.
public methodGetChar Gets the value of the specified column as a single character.
public methodGetDataTypeName Gets the name of the source data type.
public methodGetDateTime Gets the value of the specified column as a DateTime object.
public methodGetDecimal Gets the value of the specified column as a Decimal object.
public methodGetDouble Gets the value of the specified column as a double-precision floating point number.
public methodGetFieldType Gets the Type that is the data type of the object.
public methodGetFloat Gets the value of the specified column as a single-precision floating point number.
public methodGetGuid Gets the value of the specified column as a globally-unique identifier (GUID).
public methodGetInt16 Gets the value of the specified column as a 16-bit signed integer.
public methodGetInt32 Gets the value of the specified column as a 32-bit signed integer.
public methodGetInt64 Gets the value of the specified column as a 64-bit signed integer.
public methodGetName Gets the name of the specified column.
public methodGetOrdinal Gets the column ordinal, given the name of the column.
public methodGetString Gets the value of the specified column as a string.
public methodGetValue Gets the value of the specified column in its native format.
public methodGetValues Gets all attribute columns in the collection for the current row.
public methodIsDBNull Gets a value indicating whether the column contains non-existent or missing values.
public methodNextResult Advances the data reader to the next result, when reading the results of batch statements.
public methodRead Advances the TxtDataReader to the next record.

See Also

TxtDataReader Class | xPortTools.TxtClient Namespace