nuodb-dotnet
nuodb-dotnet copied to clipboard
Ntj/nuo db data reader
Implement NuoDbDataReader.HasRows
Newer EFCore code relies on DataReader.hasRows. However, our original implementation in NuoDbDataReader threw a NotImplemented exception.
This implementation correctly handles the case where the response from the TE contains zero (0) rows.