asp.net.ph

SqlDataReader.IsClosed Property

System.Data.SqlClient Namespace   SqlDataReader Class


Checks whether the data reader is closed.

Syntax


Script [ boolean variable = ] SqlDataReader.IsClosed

Property Value

This property returns only a boolean value: true if the data reader is closed; otherwise, false.

The property is read only with no default value.

Remarks

IsClosed and RecordsAffected are the only properties that you can call after the SqlDataReader is closed.

See Also

SqlDataReader Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph