Variable ColumnInfo.index
Zero based index of the column within a table row.
Declaration
struct ColumnInfo
{
// ...
ulong index;
// ...
}
Zero based index of the column within a table row.
struct ColumnInfo
{
// ...
ulong index;
// ...
}