Dal Assembly Interfaces

  Interface Brief description
The IDalColumns interface contains properties and methods that are used to work with the cursor containing system information about table fields stored in the database.
The IDalCommand interface contains properties and methods that are used to work with database using SQL queries.
The IDalCommand2 interface contains methods that are used to create a task that enables the user to work with database using SQL queries in the asynchronous mode.
The IDalCommandEx interface is used to work with database using SQL queries if an exception is thrown.
The IDalCommandParam interface contains properties of parameters of the SQL queries that are used to execute a command at the database server.
The IDalCommandParams interface controls the collection of SQL query parameters to work with the database.
The IDalCommandTask interface contains properties of the task that is used to work with database using SQL queries in the asynchronous mode.
The IDalConnection interface contains properties and methods that are used to control the current database connection.
The IDalConnection2 interface contains properties and methods that are used to control the specialized database connections.
The IDalConnectionDescriptor interface contains properties and methods that are used to create a database server connection.
The IDalConnectionDescriptor2 interface contains additional properties and methods that are used to establish a database server connection.
The IDalConnectionDescriptorExt interface enables the user to create a database server connection if the expired password error occurs.
The IDalConnectionDescriptorParam interface contains properties of the parameter that is used to connect to database server.
The IDalConnectionDescriptorParams interface contains properties and methods of the collection of parameters that are used to connect to database server.
The IDalConnectionExt interface controls the current database connection if the expired password error occurred while creating a connection (for Oracle - ORA-28001; for MS SQL 2008 - 18488).
The IDalCursor interface contains properties and methods that are used to work with the cursor obtained after executing SQL query to database.
The IDalCursorField interface contains properties of the cursor field obtained after executing SQL query.
The IDalCursorFields interface contains properties that are used to work with the collection of fields of the cursor obtained after executing SQL query.
The IDalDriver base interface that contains methods for describing the database server connection.
The IDalDriverExt interface contains methods for profiling (measuring) execution of SQL queries.
The IDalIndexes interface contains properties and methods that are used to work with the cursor that contains system information about table indexes stored in the database.
The IDalOleDbDrivers interface contains properties of the collection of OLE DB drivers installed on this computer and used for connecting to database servers.
The IDalProcedures interface contains properties and methods that are used to work with the cursor that contains system information about procedures stored in the database.
The IDalTables interface contains properties and methods that are used to work with the cursor that contains system information about tables stored in the database.
The IDalTriggers interface contains properties and methods that are used to work with the cursor that contains system information about table triggers stored in the database.
The IDalViews interface contains properties and methods that are used to work with the cursor that contains system information about views stored in the database.

See also:

Dal Assembly Enumerations | Dal Assembly Classes