Skip to content

heymagurany/TableStorageDataProvider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Azure Table Storage ADO.NET Data Provider


If you run into any trouble or have any suggestions, please log them in the Issue Tracker. Enjoy!

Changelog

v1.1.2

  • Fixed a bug that caused query string parameters to be ignored.

v1.1.1

  • Fixed a bug that caused query string parameters to be ignored.

v1.1.0

  • Added better support for null property values in table storage. If a property was null, it wasn't included in the data reader, which the default DbDataAdapter couldn't handle.

v1.0.2

  • Added a DbConnectionExtensions class, which contains a helper method for creating a command with command text.
  • Fixed a bug that was causing trouble on insert and update commands.

v1.0.1

  • Added the DbCommandExtensions class, which contains helper methods for adding parameters to a DbCommand instance.

v1.0.0

  • Implemented ADO.NET Data Provider classes to allow developers to write code to access Windows Azure Table Storage with ADO.NET classes like DbCommand and DbDataAdapter.

About

.NET Framework data provider intended to allow developers to write ADO.NET code against Windows Azure Table Storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages