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

Create a basic AzureTableEntity #33

Closed isaacabraham closed 10 years ago

isaacabraham commented 10 years ago

This is to allow developers to write common code against common properties of all entities i.e. row key, partition key and values.

isaacabraham commented 10 years ago

Could just expose the LightweightTableEntity.