Search Results for

    Show / Hide Table of Contents

    Class ReplicationTuple

    Represents a streaming tuple containing ReplicationValue.

    Inheritance
    object
    ReplicationTuple
    Namespace: Npgsql.Replication.PgOutput
    Assembly: Npgsql.dll
    Syntax
    public class ReplicationTuple : IAsyncEnumerable<ReplicationValue>

    Properties

    | Improve this Doc View Source

    NumColumns

    The number of columns in the tuple.

    Declaration
    public ushort NumColumns { get; }
    Property Value
    Type Description
    ushort

    Methods

    | Improve this Doc View Source

    GetAsyncEnumerator(CancellationToken)

    Declaration
    public virtual IAsyncEnumerator<ReplicationValue> GetAsyncEnumerator(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    IAsyncEnumerator<><ReplicationValue>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team