Esempio n. 1
0
 public bool GetBool(long rowID)
 {
     return(_storage.ReadBool(rowID * _sizeBytes));
 }