DataReader.Read Method

Definition

Advances the reader to the next block of data in cases where the reader contains more than one block of data.

public:
 abstract bool Read();
public abstract bool Read ();
abstract member Read : unit -> bool
Public MustOverride Function Read () As Boolean

Returns

true if there are more blocks of data to read.

Implements

Applies to