Show / Hide Table of Contents

Class NpgsqlCopyTextWriter

Writer for a text import, initiated by BeginTextImport(String).

Inheritance
System.Object
NpgsqlCopyTextWriter
Implements
IDisposable
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlCopyTextWriter : StreamWriter, ICancelable, IDisposable
Remarks

See http://www.postgresql.org/docs/current/static/sql-copy.html.

Methods

Cancel()

Cancels and terminates an ongoing import. Any data already written will be discarded.

Declaration
public void Cancel()

Implements

IDisposable
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX