I'm getting an error when calling GetTable<TEntity>(), a part of the INFORMATION_SCHEMA collective:
SQL Server Compact does not support calls to HasRows property if the underlying cursor is not scrollable
FYI this doesn't occur with the official .NET Framework 4.8 library.
I poked around a bit and found these Q&As:
...but I believe these implementations must occur after the entry point, not before.
What do you make of it?
I'm getting an error when calling
GetTable<TEntity>(), a part of theINFORMATION_SCHEMAcollective:FYI this doesn't occur with the official .NET Framework 4.8 library.
I poked around a bit and found these Q&As:
...but I believe these implementations must occur after the entry point, not before.
What do you make of it?