BusinessLogicDataReader.NextResult Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Advances the reader to the next result when reading the results of a batch of statements.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Function NextResult As Boolean
'Usage
Dim instance As BusinessLogicDataReader 
Dim returnValue As Boolean 

returnValue = instance.NextResult()
public bool NextResult()
public:
virtual bool NextResult() sealed
abstract NextResult : unit -> bool  
override NextResult : unit -> bool
public final function NextResult() : boolean

Return Value

Type: System.Boolean
true if there are more result sets; otherwise false.

Implements

IDataReader.NextResult()

See Also

Reference

BusinessLogicDataReader Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace