Table of Contents

Class NpgsqlCopyTextReader

Namespace
Npgsql
Assembly
Npgsql.dll

Reader for a text export, initiated by BeginTextExport(string).

public sealed class NpgsqlCopyTextReader : StreamReader, IDisposable, IAsyncDisposable
Inheritance
NpgsqlCopyTextReader
Implements
Inherited Members

Remarks

Methods

Cancel()

Cancels and terminates an ongoing export.

public void Cancel()

CancelAsync()

Asynchronously cancels and terminates an ongoing export.

public Task CancelAsync()

Returns

Task

DisposeAsync()

public ValueTask DisposeAsync()

Returns

ValueTask