You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mikependon opened this issue
Sep 1, 2020
· 5 comments
Assignees
Labels
deployedFeature or bug is deployed at the current releasefixedThe bug, issue, incident has been fixed.requestA request from the community.todoThings to be done in the future
deployedFeature or bug is deployed at the current releasefixedThe bug, issue, incident has been fixed.requestA request from the community.todoThings to be done in the future
In C#, there is no way to inferred the anonymous types within the generic type argument when calling the generic methods (i.e: ExecuteQuery<TEntity>(SQL), Query<TEntity>(tableName),QueryAll<TEntity>(tableName) and QueryMultiple<T1, T2, ..., T7>).
However, in F# the call is possible. See the screenshot below, provided by @isaacabraham.
Working Call:
Non-working Call:
This User Story will enable the library to consider the support to the Anonymous Types (or Anonymous Records) when calling the mentioned method above.
The text was updated successfully, but these errors were encountered: