N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Showing posts with label
Data Reader
.
Show all posts
Showing posts with label
Data Reader
.
Show all posts
Friday, May 21, 2021
How to: Looping through reader count dynamically C#
›
Here is how this can be done once you have the data call via Read methods using ( var reader = await sqlDbContext.ExecuteReaderAsync(...
How to : Check if a column exists in a datareader in C#
›
Here is how we can do in C# supported Frameworks!! var fieldvalues = Enumerable.Range( 0 , reader.FieldCount).Select(i => reader.GetN...
›
Home
View web version