dotConnect for SQL Server Documentation
Inheritance Hierarchy
In This Topic
    Devart.Data.SqlServer Namespace
    In This Topic
    Classes
     ClassDescription
    ClassOccurs when SQL Server returns the error 16938.
    ClassRepresents a SELECT statement clause.
    ClassRepresents a SELECT statement token.
    ClassRepresents a SQL statement or stored procedure to execute against SQL Server.
    ClassAutomatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the SQL Server.
    ClassRepresents an open connection to SQL Server.
    ClassGenerates automatically connection strings used to connect to SQL Server.
    ClassRepresents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a SQL Server data.
    ClassReads a forward-only stream of rows from SQL Server.
    ClassRepresents an in-memory cache of data with support for SQL Server-specific features.
    ClassEnumerates all available instances of SQL Server within the local network.
    ClassRepresents a single object that provides all of the functionality needed to retrieve and manipulate data from a SQL Server data source.
    ClassCollects information relevant to a warning or error returned by SQL Server.
    ClassCollects all errors generated by SQL Server.
    ClassThe exception that is thrown when SQL Server returns a warning or error.
    ClassProvides data for the SqlConnection.InfoMessage event.
    ClassServes to load external data into SQL Server.
    ClassRepresents the attributes for column loading.
    ClassRepresents a collection of columns relevant to a SqlLoader.
    ClassMonitors dynamic SQL execution in applications that use dotConnect for SQL Server.
    ClassRepresents a parameter to a SqlCommand, and optionally, its mapping to System.Data.DataSet columns.
    ClassCollects all parameters relevant to a SqlCommand as well as their respective mappings to System.Data.DataSet columns.
    ClassProvides data for the SqlDataAdapter.RowUpdated event.
    ClassProvides data for the SqlDataAdapter.RowUpdating event. This class cannot be inherited.
    ClassServes to execute series of SQL statements separated by special symbols.
    ClassRepresents a COMPUTE BY clause of a SELECT statement.
    ClassRepresents a SELECT FOR clause of a SELECT statement.
    ClassRepresents a GROUP BY clause parameters of a SELECT statement.
    ClassRepresents a SELECT statement.
    ClassRepresents a TOP clause of a SELECT statement.
    ClassEnumerates collection names you can use for metadata retrieval purposes.
    ClassRepresents a factory required to create inheritors of generic base classes to use with dotConnect for SQL Server.
    ClassProvides data for the SqlScript.SqlStatementExecute event of the SqlScript class.
    ClassRepresents a SQL transaction to be made in the SQL Server database.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the SqlConnection.InfoMessage event of SqlConnection.
    DelegateRepresents the method that will handle the SqlDataAdapter.RowUpdated event of an SqlDataAdapter.
    DelegateRepresents the method that will handle the SqlDataAdapter.RowUpdating event of an SqlDataAdapter.
    DelegateRepresents the method that will handle the SqlScript.SqlStatementExecute event of an SqlScript.
    Enumerations
     EnumerationDescription
    EnumerationAllows declaring the application workload type when connecting to a database.
    EnumerationDetermines the authentication method to use when connecting to SQL Azure.
    EnumerationDetermines whether the Always Encrypted feature is enabled for a connection.
    EnumerationRepresents type of a SELECT FOR clause.
    EnumerationSpecifies the data type of a field or a SqlParameter.
    See Also