コード例 #1
0
 public double ColumnDouble(int index)
 {
     return(_sqlite3.ColumnDouble(_statement, index));
 }