示例#1
0
 System.Data.IDataReader System.Data.IDataRecord.GetData(int i)
 {
     return(_dataReader.GetData(i));
 }