Table of Contents

Interface IDuckDBDataReader

Namespace
DuckDB.NET.Data.DataChunk.Reader
Assembly
DuckDB.NET.Data.dll
public interface IDuckDBDataReader

Properties

ClrType

Type ClrType { get; }

Property Value

Type

DuckDBType

DuckDBType DuckDBType { get; }

Property Value

DuckDBType

Methods

GetValue(ulong)

object GetValue(ulong offset)

Parameters

offset ulong

Returns

object

GetValue<T>(ulong)

T GetValue<T>(ulong offset)

Parameters

offset ulong

Returns

T

Type Parameters

T

IsValid(ulong)

bool IsValid(ulong offset)

Parameters

offset ulong

Returns

bool