QuickObjects.ObjectBase Send comments on this topic.
Dispose Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : Dispose Method
Dispose

Effective version 3.x this method overrides the DatabaseObjectSQL class's Dispose method, and it is used to fire the ObjectDisposing event.

Syntax

C# 
public virtual void Dispose()

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also