Saturday, 27 April 2013

How do you get the total number of columns in the current row of a SqlDataReader instance? | ASP.Net interview questions

FieldCount property can be used to get the total number of columns in the current row of a SqlDataReader instance.

No comments: