DataReader.Read Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the reader to the next result object.
public:
bool Read();
public bool Read ();
member this.Read : unit -> bool
Public Function Read () As Boolean
Returns
true
if the reader moved to the next result; otherwise false
.