TurboDB ADO.NET Data Provider

TurboDBDataReader Members

Previous  Top  Next

TurboDBDataReader - Overview

This topic documents the members, which are different from the .NET framework classes. Refer to the Microsoft documentation for all members not explicitly listed here.

Public Properties

Depth

Always 1.

RecordsAffected

Returns the number of records updated, inserted or deleted by the command.

Public Methods

Close

Closes the TurboDBDataReader

GetDataTypeName

Returns a string indicating the name of the TurboDB data type for a column.

GetSchemaTable

Returns a DataTable, which describes the column meta data of the TurboDBDataReader.

See also

TurboDBDataReader class