Uninitialize the object.
[Visual Basic .NET]
Public Sub SetEmpty ( _
)
[C#] public void SetEmpty ( );
[C++]
HRESULT SetEmpty(
void
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
SetEmpty allows developers to release resources (e.g., memory and other objects) held by the reader at any time, rather than having to wait until the reader goes out of its scope.