Class | Description | |
---|---|---|
ProviderManager | Manages data providers that can be used by the Universal .NET data provider. | |
UniArray | Represents a client-side cached database array type (collection) and provides methods and properties for accessing the collection elements. | |
UniBlob | Represents a variable-length stream of binary data to be stored in or retrieved from a database. | |
UniCommand | Represents a SQL statement or stored procedure to execute against a database. | |
UniCommandBuilder | Allows to generate automatically single-table commands used to reconcile changes made to a System.Data.DataSet with the associated database. | |
UniConnection | Represents an open connection to a server. | |
UniConnectionStringBuilder | Allows to automatically generate connection strings used to connect to a server database. | |
UniCursor | Represents Oracle cursor. | |
UniDataAdapter | Represents a set of data commands and a database connection that are used to fill the System.Data.DataSet and update a database. | |
UniDataReader | Allows to read a forward-only stream of rows from a database. | |
UniDataSourceEnumerator | Allows to enumerate available servers in your environment. | |
UniException | The exception that is generated when server returns an error. | |
UniInfoMessageEventArgs | Provides data for the UniConnection.InfoMessage event. | |
UniMacro | Represents UniSQL macro definition. | |
UniMacroCollection | Represents set of UniSQL macros. | |
UniMonitor | Allows to monitor dynamic SQL execution in applications that use Universal .NET. | |
UniParameter | Represents a parameter to a UniCommand, and optionally, its mapping to System.Data.DataSet columns. | |
UniParameterCollection | Collects all parameters relevant to a UniCommand as well as their respective mappings to System.Data.DataSet columns. | |
UniProvider | Represents arbitrary .NET data provider. | |
UniProviderFactory | Represents a factory required to create inheritors of generic base classes to use with dotConnect Universal. | |
UniRowUpdatedEventArgs | Provides data for the UniDataAdapter.RowUpdated event. | |
UniRowUpdatingEventArgs | Provides data for the UniDataAdapter.RowUpdating event. This class cannot be inherited. | |
UniScript | Serves to execute series of SQL statements separated by special symbols. | |
UniTransaction | Represents a SQL transaction to be made in the database. |