The properties of the DataManagerBase class are listed below. For a complete list of DataManagerBase class members, see the DataManagerBase Members topic.
CommandTimeout | Gets or sets the wait time before terminating the attempt to execute a command and generating an error. The time (in seconds) to wait for the command to execute. The default is 30 seconds. |
Connection | Gets and sets the SqlConnection This property will only have an SqlConnection if it was supplied by the client, otherwise an internal connection will be used, and it will not be exposed. |
DataSet | Gets and sets the DataSet. |
Dsn | DSN database connection string. |
LastCommitText | This property contains the last commit SQL that was generated by the DataManager. Useful for debugging. |
LastQueryText | This property contains the last SQL retrieval query that was generated by the DataManager. Useful for debugging. |
QueryCriteria | Critiera for the query |
Transaction | Transaction to run the sql in. |
DataManagerBase Class | OrmLib Namespace