コード例 #1
0
 public bool IsNull(int index)
 {
     return(_sqlite3.ColumnType(_statement, index) == SqliteType.Null);
 }