✅ In window service app how to get table and column data in asp.net core
I have created a window service app in which I have implemented a function which gets the number of records in table but I want the data which is in the columns
5 Replies
uh, execute an appropriate query...?
Your
data
is a dictionary that should contain the data
So, that
Use thatThis is the data which I want to get
and it is stored in the dictionary you get from your method
So use that dictionary
Or a list of dictionaries
For whatever reason
This only gives the first row
Hey @ZZZZZZZZZZZZZZZZZZZZZZZZZ, can you help me please I want to use hangfire as windows service. Is there any example or somthing related to this or can you guide me with this?