Variable ColumnInfo.name

The name of the column.

struct ColumnInfo
{
  // ...
  string name ;
  // ...
}