fsprojects / FSharp.Azure.Storage

F# API for using Microsoft Azure Table Storage service
MIT License
75 stars 16 forks source link

Fixed querying using DynamicTableEntity #43

Closed daniel-chambers closed 3 years ago

daniel-chambers commented 3 years ago

Querying using DynamicTableEntity was not working properly as it was trying to use reflection to select the appropriate properties for the query. This PR fixes it so that all properties are returned (appropriate, since it is dynamic).