Class :CA.Blocks.DataAccess.DataAccessCore
Namespace :CA.Blocks.DataAccess
Assembly : CA.Blocks.DataAccess.dll
The WrapUp procedure is called when completing a database call. It will establish whether or not to close the connection pending the variable closeConnection which would have been passed back from the PrepCommand. The PrepCommand and WrapUp work in tandem when executing commands though this common class.
The WrapUp procedure is called when completing a database call. It will establish whether or not to close the connection pending the variable closeConnection which would have been passed back from the PrepCommand. The PrepCommand and WrapUp work in tandem when executing commands though this common class.
Name | Type | Description | |
---|---|---|---|
conn | System.Data.IDbConnection | ||
closeConnection | System.Boolean |