Releases unmanaged and - optionally - managed resources
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected virtual void Dispose(
	bool isDisposing
)
Protected Overridable Sub Dispose ( 
	isDisposing As Boolean
)
Parameters
- isDisposing
 - Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources. 
See Also