Devlogy.cz » Seznam zdrojů » Blog | TomasP.Net » Dynamic in F#: Reading data from SQL database
Dynamic in F#: Reading data from SQL database
When reading data from a SQL database in F#, you have a couple of options. You can use F# implementation of LINQ, which allows you to write queries directly in the F# language or you can use standard ADO.NET classes such as SqlCommand . The second …
Importováno: 9. července 2010 (02:20), Blog | TomasP.Net
Trvalý odkaz: http://tomasp.net/blog/dynamic-sql.aspx
