Table of Contents

Class ColumnInfo

Namespace
DuckDB.NET.Data
Assembly
DuckDB.NET.Data.dll
public record ColumnInfo : IEquatable<ColumnInfo>
Inheritance
ColumnInfo
Implements
Inherited Members

Constructors

ColumnInfo(string, Type)

public ColumnInfo(string Name, Type Type)

Parameters

Name string
Type Type

Properties

Name

public string Name { get; init; }

Property Value

string

Type

public Type Type { get; init; }

Property Value

Type