Timo Partl
Results
202
comments of
Timo Partl
Additionally, the EllipsisButton now looks different (higher) compared to before in UWP. Note the top/padding margin/padding: UWP: WinUI3: I believe this can be resolved by setting this `VerticalAlignment` to `Center`:...
I think you need to use the `QueryScalars` method, like this (replace int with the type of "VARNAME"): `var task = dbConnection.QueryScalarsAsync($"SELECT VARNAME FROM PARAMETER WHERE VARNAME REGEXP '{sqlCommand}'"); `