RelationalDataReader.Read Method

Definition

Calls Read() on the underlying DbDataReader.

public virtual bool Read ();
abstract member Read : unit -> bool
override this.Read : unit -> bool
Public Overridable Function Read () As Boolean

Returns

true if there are more rows; otherwise false.

Applies to