IVsDataReader.NextResult Method
When implemented by a class, advances the data reader to the next result set, in cases where the reader contains multiple result sets.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function NextResult As Boolean
bool NextResult()
bool NextResult()
abstract NextResult : unit -> bool
function NextResult() : boolean
Return Value
Type: System.Boolean
true if more result sets remain to be read and the reader was advanced to the next result set; false if no more result sets were found.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace