DbDataProcessor Properties
The DbDataProcessor type exposes the following members.
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.
|