dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniArray Class / Dispose() Method

In This Topic
Dispose() Method
In This Topic
Releases all resources allocated by this object.
Syntax
'Declaration
 
Public Sub Dispose() 
 
Remarks

Use Dispose() to free resources taken by a UniArray instance, i.e. after performing large data transfer. After disposing UniArray object call of any method of this object will throw an System.ObjectDisposedException.

See Also