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

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -