RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbDataProcessor Methods

The DbDataProcessor type exposes the following members.

Methods


  Name Description
Protected method ClearConnectionPools
Clears the connection pools.
Public method CloseConnection
Closes the database connection.
Public method Static member DisplayDataException
Displays a data exception.
Public method DropDatabase
Drops the database.
Public method ExecuteSql
Executes the SQL.
Public method ExecuteSqls
Executes the SQLS.
Public method GetData(QueryBase, Boolean, Boolean)
Gets the resulting data or error after executing the query.
Public method GetData(QuerySet, Boolean, Boolean)
Gets the resulting DataSet or error after executing the query set.
Public method GetDatabaseListSql
Gets the database list SQL.
Public method GetDropDatabaseSql
Gets the drop database SQL.
Public method GetIdentityInsertSql
Gets the identity insert SQL.
Public method Static member ShowSqlStatementWindow
Shows the data process result viewer window right after a SQL statement is processed. Useful in debugging.
Public method TestConnection
Tests the connection.