开发者

What influences the return value of SqlDataReader.Read()?

SqlDataReader.Read() is a method which returns a bool but adva开发者_C百科nced to the next record in a recordset.

What factors influence whether true or false is returned?

Thanks


From the help of SqlDataReader.Read:

returns true if there are more rows; otherwise false.


From the documentation:

true if there are more rows; otherwise false.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜