TurboDB ADO.NET Data Provider

TurboDB Namespace

Previous  Top  Next

The namespace DataWeb.TurboDB contains the TurboDB ADO.NET Data Provider for TurboDB for .NET.

The namespace DataWeb.TurboDBManaged contains the TurboDB ADO.NET Data Provider for TurboDB Managed.

The types in those namespaces are the same, but some of them do not exist in both namespaces.

Standard ADO.NET Provider Classes

TurboDBConnection

Represents a connection to a TurboDB database.

TurboDBDataReader

Offers a way to read forward through a result set.

TurboDBCommand

Encapsulates a TurboSQL command.

TurboDBDataAdapter

Contains a set of commands to fill and update a dataset

TurboDBParameterCollection

Holds the list of SQL parameters for a command.

TurboDBParameter

Stores the properties of a single SQL command.

TurboDBException

Describes an error condition with TurboDB.

TurboDBCommandBuilder

Creates UPDATE, INSERT and DELETE commands from a SELECT command.

Enumerations

TurboDBType

Indicates the data type of a TurboDB database columns.

TurboDBLockType

Defines the type of locking applied to a TurboDB table. TurboDB Native only