fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Support data binding scenarios #37

Open isaacabraham opened 10 years ago

isaacabraham commented 10 years ago

There are some interfaces that we could support that would better support data binding scenarios. Have a look at the other type providers out there for how this could be accomplished.

xperiandri commented 5 years ago

Will you post links to that you've discovered?

isaacabraham commented 5 years ago

http://fsprojects.github.io/AzureStorageTypeProvider/tables.html#Data-Frame-interoperability is about the most I've used i.e. using the Values property to retrieve all data as a key/value pair.