VistaDB 6
Inheritance Hierarchy
In This Topic
    VistaDB.Provider Namespace
    In This Topic
    Classes
     ClassDescription
    ClassRepresents a SQL statement to execute against a VistaDB database. This class cannot be inherited.
    ClassAutomatically generates single-table commands that are used to reconcile changes made to a DataSet with the associated VistaDB database.
    ClassRepresents a connection to a VistaDB database.
    ClassConstant definitions for collections that may be queried from the GetSchema call on a connection.
    ClassProvides a simple way to create and manage the contents of connection strings used by the VistaDBConnection class.
    ClassRepresents 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.
    Class 
    ClassProvides a way of reading a forward-only stream of rows from a VistaDB database.
    Class 
    ClassProvides data for the InfoMessage event.
    ClassRepresents a parameter to a VistaDBCommand and optionally its mapping to DataSet columns. This class cannot be inherited.
    ClassRepresents a collection of parameters associated with a VistaDBCommand and their respective mappings to columns in a DataSet. This class cannot be inherited.
    ClassParameter enumerator
    ClassThe data channel to send data from CLR Proc or CLR Trigger to the caller
    Class 
    Class 
    Class 
    Class 
    Class 
    ClassRepresents a set of methods for creating instances of a VistaDB provider's implementation of the data source classes.
    ClassProvides data for the RowUpdated event of a VistaDB data provider.
    ClassProvides the data for the RowUpdating event of a VistaDB data provider.
    ClassRepresents 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.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the InfoMessage event of a VistaDBConnection.
    DelegateRepresents the method that will handle the RowUpdated event of a VistaDBDataAdapter.
    DelegateRepresents the method that will handle the RowUpdating event of a VistaDBDataAdapter.
    Enumerations
     EnumerationDescription
    EnumerationEnum for the CompatibilityMode setting which applies for the life of a specific connection and may affect the handling of SQL code including sprocs and UDFs already previously stored in the database.
    Enumeration 
    Enumeration 
    EnumerationEnum for the three possible states of the TransactionMode setting.
    See Also