Show / Hide Table of Contents

Class NpgsqlCopyTextReader

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

Inheritance
System.Object
System.MarshalByRefObject
System.IO.TextReader
System.IO.StreamReader
NpgsqlCopyTextReader
Implements
System.IDisposable
Inherited Members
System.IO.StreamReader.Null
System.IO.StreamReader.Close()
System.IO.StreamReader.Dispose(System.Boolean)
System.IO.StreamReader.DiscardBufferedData()
System.IO.StreamReader.Peek()
System.IO.StreamReader.Read()
System.IO.StreamReader.Read(System.Char[], System.Int32, System.Int32)
System.IO.StreamReader.ReadToEnd()
System.IO.StreamReader.ReadBlock(System.Char[], System.Int32, System.Int32)
System.IO.StreamReader.ReadLine()
System.IO.StreamReader.ReadLineAsync()
System.IO.StreamReader.ReadToEndAsync()
System.IO.StreamReader.ReadAsync(System.Char[], System.Int32, System.Int32)
System.IO.StreamReader.ReadBlockAsync(System.Char[], System.Int32, System.Int32)
System.IO.StreamReader.CurrentEncoding
System.IO.StreamReader.BaseStream
System.IO.StreamReader.EndOfStream
System.IO.TextReader.Dispose()
System.IO.TextReader.Synchronized(System.IO.TextReader)
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.CreateObjRef(System.Type)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlCopyTextReader : StreamReader, ICancelable, IDisposable
Remarks

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

Methods

Cancel()

Cancels and terminates an ongoing import.

Declaration
public void Cancel()

Implements

System.IDisposable
Back to top Generated by DocFX