Using F# type providers on top of a DataTable -
Using F# type providers on top of a DataTable -
i spending important amount of time trying understand big chunks of info behind api returns datatables given queries. here f# type providers create life easier. there easy way build sequence of typed object given datatable object.
one way around dump datatable content xml via writexml , load xmlprovider approach bit clunky.
there couple of type providers working databases directly. see sql info access section here: http://fsharp.org/guides/data-access/index.html
my favorite 1 http://fsprojects.github.io/fsharp.data.sqlclient/
datatable f# type-providers
Comments
Post a Comment