コード例 #1
0
 public bool IsDbNull(int index)
 {
     return(m_resultTable.IsDBNull(index));
 }