Class ColumnInfo
- Namespace
- Datafication.Server.Core.Models
- Assembly
- Datafication.Server.Core.dll
Represents information about a DataBlock column.
public class ColumnInfo
- Inheritance
-
objectColumnInfo
Properties
DataType
Gets or sets the data type of the column.
public string DataType { get; set; }
Property Value
- string
Label
Gets or sets the display label of the column.
public string? Label { get; set; }
Property Value
- string
Name
Gets or sets the name of the column.
public string Name { get; set; }
Property Value
- string