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

php - cannot display multiple markers in google maps v3 from traceroute result -

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

javascript - firefox memory leak -