Search Results for

    Show / Hide Table of Contents

    Struct ValueMetadata

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

    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 required DataFormat Format { get; init; }
    Property Value
    Type Description
    DataFormat
    | Improve this Doc View Source

    Size

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

    WriteState

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