DataReader.Dispose Method
Releases managed resources held for the DataReader instance.
Overload List
Name | Description | |
---|---|---|
Dispose() | Releases managed resources held for the current DataReader instance. | |
Dispose(Boolean) | Cleans up resources associated with the current DataReader instance, both when the public Dispose method is called and when the object is finalized with a call to the Finalize method. |
Top