Share via


DataReaderWrapper.NextResult Method

Advances the data reader to the next result, when reading the results of batch SQL statements.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)

Syntax

'Declaration
Public Overridable Function NextResult As Boolean
public virtual bool NextResult()
public:
virtual bool NextResult()
public function NextResult() : boolean

Return Value

true if there are more rows; otherwise, false.

Implements

IDataReader.NextResult()

See Also

DataReaderWrapper Class

Microsoft.Practices.EnterpriseLibrary.Data Namespace