DataReader.Terminate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Terminates the data reader immediately, without necessarily returning all of the data or setting output parameters.
public:
virtual void Terminate();
public virtual void Terminate ();
abstract member Terminate : unit -> unit
override this.Terminate : unit -> unit
Public Overridable Sub Terminate ()