Class | Description | |
---|---|---|
![]() | VistaDBCommand | Represents a SQL statement to execute against a VistaDB database. This class cannot be inherited. |
![]() | VistaDBCommandBuilder | Automatically generates single-table commands that are used to reconcile changes made to a DataSet with the associated VistaDB database. |
![]() | VistaDBConnection | Represents a connection to a VistaDB database. |
![]() | VistaDBConnection.SchemaConstants | Constant definitions for collections that may be queried from the GetSchema call on a connection. |
![]() | VistaDBConnectionStringBuilder | Provides a simple way to create and manage the contents of connection strings used by the VistaDBConnection class. |
![]() | VistaDBDataAdapter | Represents a set of data commands and a database connection that are used to fill the DataSet and update a VistaDB database. This class cannot be inherited. |
![]() | VistaDBDataPermission | |
![]() | VistaDBDataReader | Provides a way of reading a forward-only stream of rows from a VistaDB database. |
![]() | VistaDBExecutionPlan | |
![]() | VistaDBInfoMessageEventArgs | Provides data for the InfoMessage event. |
![]() | VistaDBParameter | Represents a parameter to a VistaDBCommand and optionally its mapping to DataSet columns. This class cannot be inherited. |
![]() | VistaDBParameterCollection | Represents a collection of parameters associated with a VistaDBCommand and their respective mappings to columns in a DataSet. This class cannot be inherited. |
![]() | VistaDBParameterCollection.ParameterEnumerator | Parameter enumerator |
![]() | VistaDBPipe | The data channel to send data from CLR Proc or CLR Trigger to the caller |
![]() | VistaDBPlanBlock | |
![]() | VistaDBPlanBlock.PlanBlockCollection | |
![]() | VistaDBPlanFunctionBlock | |
![]() | VistaDBPlanResultBlock | |
![]() | VistaDBPlanTableBlock | |
![]() | VistaDBProviderFactory | Represents a set of methods for creating instances of a VistaDB provider's implementation of the data source classes. |
![]() | VistaDBRowUpdatedEventArgs | Provides data for the RowUpdated event of a VistaDB data provider. |
![]() | VistaDBRowUpdatingEventArgs | Provides the data for the RowUpdating event of a VistaDB data provider. |
![]() | VistaDBTransaction | Represents a transaction to be made in a VistaDB database. This class cannot be inherited. This class can be initiated through a SQL connection by calling BeginTransaction on a connection object. |