Search Results for

    Show / Hide Table of Contents

    Class ReplicationTuple

    Represents a streaming tuple containing ReplicationValue.

    Inheritance
    Object
    ReplicationTuple
    Implements
    IAsyncEnumerable<ReplicationValue>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Npgsql.Replication.PgOutput
    Assembly: Npgsql.dll
    Syntax
    public class ReplicationTuple : IAsyncEnumerable<ReplicationValue>

    Properties

    NumColumns

    The number of columns in the tuple.

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

    Methods

    GetAsyncEnumerator(CancellationToken)

    Declaration
    public virtual IAsyncEnumerator<ReplicationValue> GetAsyncEnumerator(CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    IAsyncEnumerator<ReplicationValue>

    Implements

    System.Collections.Generic.IAsyncEnumerable<T>
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team