コード例 #1
0
ファイル: OracleDBWrapper.cs プロジェクト: tkglaser/abnorm
 public override byte GetByte(int ordinal)
 {
     return(rdr.GetByte(ordinal));
 }