Example #1
0
 /// <summary>
 /// Gets the column ordinal, given the name of the column.
 /// </summary>
 public override int GetOrdinal(string name) => _tableRows.GetOrdinal(name);