Search Results for

    Show / Hide Table of Contents

    Class NpgsqlCopyTextReader

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

    Inheritance
    object
    NpgsqlCopyTextReader
    Implements
    IDisposable
    IAsyncDisposable
    Namespace: Npgsql
    Assembly: Npgsql.dll
    Syntax
    public sealed class NpgsqlCopyTextReader : StreamReader, IDisposable, IAsyncDisposable
    Remarks

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

    Methods

    | Improve this Doc View Source

    Cancel()

    Cancels and terminates an ongoing export.

    Declaration
    public void Cancel()
    Remarks

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

    | Improve this Doc View Source

    CancelAsync()

    Asynchronously cancels and terminates an ongoing export.

    Declaration
    public Task CancelAsync()
    Returns
    Type Description
    Task
    Remarks

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

    | Improve this Doc View Source

    DisposeAsync()

    Declaration
    public ValueTask DisposeAsync()
    Returns
    Type Description
    ValueTask
    Remarks

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

    Implements

    IDisposable
    IAsyncDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team