c# - SQLite .dump command from SQLiteConnection object -


using sqlite .net, there way access .dump command or equivalent sqliteconnection class?

the .dump command part of sqlite command line program (shell.c), not part of sqlite library. so, unlikely provided .net connection class.

however, since source code sqlite command line program in public domain, , uses same library .net wrapper, possible translate c code .dump command c#. see function do_meta_command in this file.


Comments

Popular posts from this blog

css - Text drops down with smaller window -

php - Boolean search on database with 5 million rows, very slow -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -