Class NpgsqlCopyTextWriter
Writer for a text import, initiated by BeginTextImport(String).
Inherited Members
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlCopyTextWriter : StreamWriter, IDisposable, IAsyncDisposable
Remarks
Methods
Cancel()
Cancels and terminates an ongoing import. Any data already written will be discarded.
Declaration
public void Cancel()
CancelAsync()
Cancels and terminates an ongoing import. Any data already written will be discarded.
Declaration
public Task CancelAsync()
Returns
Type | Description |
---|---|
Task |