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
true if more results exist to be read; otherwise, false.
Call IsDBNull to check for null values before calling this method.
SqlDataReader Members NextResult