I am trying to use System.Data.Sqlite with F#. In C#, I have code like
System.Data.Sqlite
using (DbTransaction dbTrans = con.BeginTransaction()) { using (SQ
in f# it's
use dbTrans = new con.BeginTransaction ()
and
use cmd = con.CreateCommand()
these will dispose when your function ends