Advantage .NET Data Provider
Closes the AdsDataReader object.
public void Close();
You must explicitly call the Close method when you are through using the AdsDataReader in order to use the associated AdsConnection for any other purpose.
IsClosed