Exemple #1
0
 public byte[] ColumnByteArray(Sqlite3Statement stmt, int index)
 {
     return(X64Interop.ColumnByteArray(stmt, index));
 }