Ejemplo n.º 1
0
 public bool HasLength(int count) => reader.HasLength(count);
Ejemplo n.º 2
0
 public bool HasLength(int count)
 {
     return(reader.HasLength(count));
 }