Example #1
0
 public char GetChar(int i)
 {
     return(sqliteDataReader.GetChar(i));
 }