Exemplo n.º 1
0
 public Int64 GetLong(SQLiteDataReader reader, Int32 column)
 {
     return(reader.GetLong(column));
 }