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

DbDataProcessor Members

The DbDataProcessor type exposes the following members.

Constructors


  Name Description
Public method DbDataProcessor
Initializes a new instance of the DbDataProcessor class.

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.

Properties


  Name Description
Public property ConnectionString
Gets the database connection string.
Public property Static member DontDisplayExceptions
Gets or sets a value indicating whether [dont display exceptions].
Public property IsClosed
Gets a value indicating whether this instance is closed.
Public property IsValid
Returns true if ... is valid.
Public property KeepConnectionOpen
Gets or sets a value indicating whether to keep the database connection open after retrieving data. If set to true, then the calling code will need to close the connection manually by running the CloseConnection method.
Public property Static member LastException
Gets the last exception.
Public property SqlGenerator
Implement this to create and return the SQL generator which will be used in GetData.
Public property Static member UserInterface
Gets the user interface for this class to interact with.