ORM Sample Class Library

DataManagerBase Properties

The properties of the DataManagerBase class are listed below. For a complete list of DataManagerBase class members, see the DataManagerBase Members topic.

Public Instance Properties

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.

See Also

DataManagerBase Class | OrmLib Namespace


lt;Object>FromDataSet(PKey) signature.