Can I get more about :
What is FirstReturnedRecord really ? which is that row in DB ?
Why only one and first record is fetched to the Ado.Net objects ?
How data from that record are valid incorporate in current
updated DataRow row ?
Loading
golocorbinPosted Jan 10, 2012, 8:44 AM
FirstReturnedRecord : Tells the SqlCommand to fetch new data for
the row through the FIRST returned record
THANKS FOR YOUR TIME
Satyapriya NayakPosted Jan 9, 2012, 9:32 AM
Please elaborate it more.
Thanks