Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

.HasRows has to be called after .Read() #41

@daniol

Description

@daniol

In other libraries you can call SQLiteDataReader.HasRows before calling SQLiteDataReader.Read()

It does not have many sense for .HasRows requiring .Read() to be called first, because Read() returns true if there are rows in the query result, therefore you don't need to call .HasRows at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions