/// <summary> /// Gets the name of the specified column. /// </summary> public override string GetName(int ordinal) => _tableRows.GetName(ordinal);