OdsDataReader Class Library  

OdsDataReader Members

OdsDataReader overview

Public Properties

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

Public Methods

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

See Also

OdsDataReader Class | xPortTools.OdsClient Namespace