DataReader.Read Method

Definition

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.

Applies to