Search Results for

    Show / Hide Table of Contents

    Struct NestedReadScope

    Implements
    IDisposable
    IAsyncDisposable
    Namespace: Npgsql.Internal
    Assembly: Npgsql.dll
    Syntax
    public readonly struct NestedReadScope : IDisposable, IAsyncDisposable

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    DisposeAsync()

    Declaration
    public ValueTask DisposeAsync()
    Returns
    Type Description
    ValueTask

    Implements

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