AdsDataReader.Close

Advantage .NET Data Provider

Closes the AdsDataReader object.

public void Close();

Remarks

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.

See Also

IsClosed