Click or drag to resize

DataAccessAdapterCoreDispose Method (Boolean)

Implements the Dispose functionality. If a transaction is in progress, it will rollback that transaction.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected virtual void Dispose(
	bool isDisposing
)

Parameters

isDisposing
Type: SystemBoolean
Flag which signals this routine if a dispose action should take place (true) or not (false)
See Also