| ActionQueryDispose Method (Boolean) | 
 
            Performs the dispose action.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected override void Dispose(
	bool isDisposing
)
Protected Overrides Sub Dispose ( 
	isDisposing As Boolean
)
Parameters
- isDisposing
 - Type: SystemBoolean
Flag which signals this routine if a dispose action should take place (true) or not (false) 
See Also