DataManager Properties
The DataManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
CloseQuote |
Returns the close quote character for each database type
|
|
ConnectString |
Gets or sets the connection string.
|
|
CurrentDataAdapter |
Gets the current data adapter.
|
|
FillSchema |
Gets or sets a value indicating whether fill schema is set to true.
|
|
InTrans |
Gets a value indicating whether we are in a transaction or not.
|
|
KeepOpen |
Gets or sets a value indicating whether to keep the connection open or not.
|
|
LastException |
Gets the last exception.
|
|
OpenQuote |
Returns the open quote character for each database type
|
|
SQLInstructions |
Gets or sets the SQL instructions.
|
|
Timeout |
Gets or sets the timeout in seconds.
|
|
Trans |
Gets the current transaction.
|
|
Type |
Gets or sets the Database type.
|