WrapUp

Method WrapUp Method

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.

Protected MethodWrapUp(System.Data.IDbConnection,System.Boolean)

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.

Parameters
NameTypeDescription
connSystem.Data.IDbConnection
closeConnectionSystem.Boolean