Share via


SqliteDataReader.HasRows Property

Definition

Gets a value indicating whether the data reader contains any rows.

public override bool HasRows { get; }
member this.HasRows : bool
Public Overrides ReadOnly Property HasRows As Boolean

Property Value

A value indicating whether the data reader contains any rows.

Applies to