dotConnect Universal Documentation
Inheritance Hierarchy
In This Topic
    Devart.Data.Universal Namespace
    In This Topic
    Classes
     ClassDescription
    ClassManages data providers that can be used by the Universal .NET data provider.
    ClassRepresents a client-side cached database array type (collection) and provides methods and properties for accessing the collection elements.
    ClassRepresents a variable-length stream of binary data to be stored in or retrieved from a database.
    ClassRepresents a SQL statement or stored procedure to execute against a database.
    ClassAllows to generate automatically single-table commands used to reconcile changes made to a System.Data.DataSet with the associated database.
    ClassRepresents an open connection to a server.
    ClassAllows to automatically generate connection strings used to connect to a server database.
    ClassRepresents Oracle cursor.
    ClassRepresents a set of data commands and a database connection that are used to fill the System.Data.DataSet and update a database.
    ClassAllows to read a forward-only stream of rows from a database.
    ClassAllows to enumerate available servers in your environment.
    ClassThe exception that is generated when server returns an error.
    ClassProvides data for the UniConnection.InfoMessage event.
    ClassRepresents UniSQL macro definition.
    ClassRepresents set of UniSQL macros.
    ClassAllows to monitor dynamic SQL execution in applications that use Universal .NET.
    ClassRepresents a parameter to a UniCommand, and optionally, its mapping to System.Data.DataSet columns.
    ClassCollects all parameters relevant to a UniCommand as well as their respective mappings to System.Data.DataSet columns.
    ClassRepresents arbitrary .NET data provider.
    ClassRepresents a factory required to create inheritors of generic base classes to use with dotConnect Universal.
    ClassProvides data for the UniDataAdapter.RowUpdated event.
    ClassProvides data for the UniDataAdapter.RowUpdating event. This class cannot be inherited.
    ClassServes to execute series of SQL statements separated by special symbols.
    ClassRepresents a SQL transaction to be made in the database.
    Structures
     StructureDescription
    StructureRepresents the NUMBER type of Oracle and DECIMAL type of MS SQL Server and MySQL.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the UniConnection.InfoMessage event of an UniConnection.
    DelegateRepresents the method that will handle the UniDataAdapter.RowUpdated event of an UniDataAdapter.
    DelegateRepresents the method that will handle the UniDataAdapter.RowUpdating event of an UniDataAdapter.
    Enumerations
     EnumerationDescription
    EnumerationRepresents mapping between Universal .NET unified types, DBMS types and .NET standard types.
    See Also