Search Results for

    Show / Hide Table of Contents

    Class PgStreamingConverter<T>

    Inheritance
    object
    PgConverter
    PgConverter<T>
    PgStreamingConverter<T>
    DateIntervalConverter
    IntervalConverter
    Inherited Members
    PgConverter<T>.IsDbNullValue(T, ref object?)
    PgConverter<T>.IsDbNull(T, ref object?)
    PgConverter<T>.Read(PgReader)
    PgConverter<T>.ReadAsync(PgReader, CancellationToken)
    PgConverter<T>.GetSize(SizeContext, T, ref object?)
    PgConverter<T>.Write(PgWriter, T)
    PgConverter<T>.WriteAsync(PgWriter, T, CancellationToken)
    PgConverter.IsDbNullable
    PgConverter.CanConvertBufferedDefault(DataFormat, out BufferRequirements)
    Namespace: Npgsql.Internal
    Assembly: Npgsql.dll
    Syntax
    public abstract class PgStreamingConverter<T> : PgConverter<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    PgStreamingConverter(bool)

    Declaration
    protected PgStreamingConverter(bool customDbNullPredicate = false)
    Parameters
    Type Name Description
    bool customDbNullPredicate

    Methods

    | Improve this Doc View Source

    CanConvert(DataFormat, out BufferRequirements)

    Declaration
    public override bool CanConvert(DataFormat format, out BufferRequirements bufferRequirements)
    Parameters
    Type Name Description
    DataFormat format
    BufferRequirements bufferRequirements
    Returns
    Type Description
    bool
    Overrides
    PgConverter.CanConvert(DataFormat, out BufferRequirements)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team