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
I am trying to use reflection implementation. It looks a bit complicated and difficult to understand. It would be much better if Yessql could support For(Type t)
The text was updated successfully, but these errors were encountered:
hyzx86
changed the title
How do I make For<IIndex>().Map() support dynamic typing?
How to make For<IIndex>().Map() support dynamic typing?
Nov 6, 2023
hyzx86
changed the title
How to make For<IIndex>().Map() support dynamic typing?
Request to support dynamic index type
Dec 24, 2023
for example, in the following code, I want for to support the base class and then return the object of the actual type in the Map
I am trying to use reflection implementation. It looks a bit complicated and difficult to understand. It would be much better if Yessql could support For(Type t)
The text was updated successfully, but these errors were encountered: