Search Results for

    Show / Hide Table of Contents

    Struct SizeContext

    Namespace: Npgsql.Internal
    Assembly: Npgsql.dll
    Syntax
    public readonly struct SizeContext

    Constructors

    | Improve this Doc View Source

    SizeContext(DataFormat, Size)

    Declaration
    public SizeContext(DataFormat format, Size bufferRequirement)
    Parameters
    Type Name Description
    DataFormat format
    Size bufferRequirement

    Properties

    | Improve this Doc View Source

    BufferRequirement

    Declaration
    public required Size BufferRequirement { get; init; }
    Property Value
    Type Description
    Size
    | Improve this Doc View Source

    Format

    Declaration
    public DataFormat Format { get; }
    Property Value
    Type Description
    DataFormat
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team