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