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




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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