Table of Contents

Struct ValueMetadata

Namespace
Npgsql.Internal
Assembly
Npgsql.dll
public readonly struct ValueMetadata
Inherited Members

Properties

BufferRequirement

public required Size BufferRequirement { get; init; }

Property Value

Size

Format

public required DataFormat Format { get; init; }

Property Value

DataFormat

Size

public required Size Size { get; init; }

Property Value

Size

WriteState

public object? WriteState { get; init; }

Property Value

object