public int GetOrdinal(string name) { return(sqliteDataReader.GetOrdinal(name)); }
public int Ordinal(string key) => Reader.GetOrdinal(key);