First off this is an enterprise app, using Android based scanners, Maui and Entity Framework core to connect to the DB. That being said I know a mobile app shouldn’t connect straight to a DB, but this an an enterprise app, only connects through a secure network. So there isn’t a lot of info out there on using Maui, Android and Entity Framework, or at least it is hard to find.
So I finally got the app connecting to the DB, it generates the query, sends the query, but always returns null. There is data in the DB, the query generated works and returns results in SSMS. Any idea’s on why this isn’t working? Or where to look for why nothing is returning.