Class ColumnInfo
public record ColumnInfo : IEquatable<ColumnInfo>
- Inheritance
-
ColumnInfo
- Implements
- Inherited Members
Constructors
ColumnInfo(string, Type)
public ColumnInfo(string Name, Type Type)
Parameters
Properties
Name
public string Name { get; init; }
Property Value
Type
public Type Type { get; init; }