Using this package with
- .net Core 3.0,
- Microsoft.EntityFrameworkCore 3.0.0,
- Microsoft.EntityFrameworkCore.SqlServer
one gets following error:
Microsoft.Data.SqlClient.SqlException (0x80131904): The number of rows provided for a FETCH clause must be greater then zero.
when the queryable does not return any entries from the db.
Using this package with
one gets following error:
when the queryable does not return any entries from the db.