ObjectMaterializer<TDataReader>.Read Method

Definition

When overridden in a derived class, advances the reader to the next record.

This API supports the product infrastructure and is not intended to be used directly from your code.

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 rows; otherwise, false.

Applies to