IVsDataReader.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.
When implemented by a class, terminates the data reader immediately, without necessarily returning all of the data or setting output parameters.
public:
void Terminate();
public void Terminate ();
abstract member Terminate : unit -> unit
Public Sub Terminate ()