예제 #1
0
 public object[] OnRead(IDataReader dr, bool peek)
 {
     return(_state.OnRead(dr, peek));
 }