Class NpgsqlCopyTextReader
Reader for a text export, initiated by BeginTextExport(String).
Inherited Members
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlCopyTextReader : StreamReader, IDisposable, IAsyncDisposable
Remarks
Methods
Cancel()
Cancels and terminates an ongoing export.
Declaration
public void Cancel()
CancelAsync()
Asynchronously cancels and terminates an ongoing export.
Declaration
public Task CancelAsync()
Returns
Type | Description |
---|---|
Task |
DisposeAsync()
Declaration
public ValueTask DisposeAsync()
Returns
Type | Description |
---|---|
ValueTask |