コード例 #1
0
ファイル: DataSetReader.cs プロジェクト: aTiKhan/RDO.Net
 private object GetValue(Column column)
 {
     return(column.GetValue(CurrentRow));
 }