asp.net.ph

SqlDataReader.HasMoreResults Property

System.Data.SqlClient Namespace   SqlDataReader Class


Indicates whether there are more results to retrieve when processing batch SQL statements. This property is read-only.

[Visual Basic]
NotOverridable Public ReadOnly Property HasMoreResults As Boolean

[ C# ]
public bool HasMoreResults {get;}

[ C++ ]
public: __property __sealed bool get_HasMoreResults( );

[ JScript ]
public function get HasMoreResults( ) : Boolean

Property Value

true if more results exist to be read; otherwise, false.

Call IsDBNull to check for null values before calling this method.

See Also

SqlDataReader Members   NextResult 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