DbDataProcessor Members
The DbDataProcessor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DbDataProcessor |
Initializes a new instance of the DbDataProcessor class.
|
Methods
Name | Description | |
---|---|---|
ClearConnectionPools |
Clears the connection pools.
|
|
CloseConnection |
Closes the database connection.
|
|
DisplayDataException |
Displays a data exception.
|
|
DropDatabase |
Drops the database.
|
|
ExecuteSql |
Executes the SQL.
|
|
ExecuteSqls |
Executes the SQLS.
|
|
GetData(QueryBase, Boolean, Boolean) |
Gets the resulting data or error after executing the query.
|
|
GetData(QuerySet, Boolean, Boolean) |
Gets the resulting DataSet or error after executing the query set.
|
|
GetDatabaseListSql |
Gets the database list SQL.
|
|
GetDropDatabaseSql |
Gets the drop database SQL.
|
|
GetIdentityInsertSql |
Gets the identity insert SQL.
|
|
ShowSqlStatementWindow |
Shows the data process result viewer window right after a SQL statement is processed. Useful in debugging.
|
|
TestConnection |
Tests the connection.
|
Properties
Name | Description | |
---|---|---|
ConnectionString |
Gets the database connection string.
|
|
DontDisplayExceptions |
Gets or sets a value indicating whether [dont display exceptions].
|
|
IsClosed |
Gets a value indicating whether this instance is closed.
|
|
IsValid |
Returns true if ... is valid.
|
|
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.
|
|
LastException |
Gets the last exception.
|
|
SqlGenerator |
Implement this to create and return the SQL generator which will be used in GetData.
|
|
UserInterface |
Gets the user interface for this class to interact with.
|