AdoDotNetSchemaReader.Terminate Method

Terminates the DataReader object immediately, without necessarily returning all of the data nor setting output parameters.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Overrides Sub Terminate
public override void Terminate()
public:
virtual void Terminate() override
abstract Terminate : unit -> unit 
override Terminate : unit -> unit 
public override function Terminate()

Remarks

Call the Terminate method when the client no longer wants to read data from the data reader and wants to close immediately. This method differs from the Close method, in that it does not wait for the data source to finish returning all the data and abruptly terminates mid-stream. A byproduct of calling the Terminate method is that any output parameters are not guaranteed to be set.

.NET Framework Security

See Also

Reference

AdoDotNetSchemaReader Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace