Class ColumnInfo NamespaceDuckDB.NET.Data AssemblyDuckDB.NET.Data.dll public record ColumnInfo : IEquatable<ColumnInfo> Inheritance object ColumnInfo Implements IEquatable<ColumnInfo> Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() 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