TeamFoundationDataReader.TryMoveNext Method
Tries to move to the next object in the reader
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function TryMoveNext As Boolean
public bool TryMoveNext()
public:
bool TryMoveNext()
member TryMoveNext : unit -> bool
public function TryMoveNext() : boolean
Return Value
Type: System.Boolean
True if reader advanced to the next result, false if there are no more results
.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.