Returns a list of objects tracked by the application. These objects include all IDataReader objects opened via
Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property DisposableObjects As DisposableObjects _ Implements IAppContext.DisposableObjects |
| C# |
|---|
| public DisposableObjects DisposableObjects { get; } |
| C++ |
|---|
| public property DisposableObjects DisposableObjects sealed { DisposableObjects get(); } |
| J# |
|---|
| /** property */ public DisposableObjects get_DisposableObjects(); |
| JScript |
|---|
| public function get DisposableObjects() : DisposableObjects |