Posts by MATCH • 23 points
3 posts
-
0
votes1
answer22
viewsQ: Can or cannot Notifypropertychanged exist in the public properties of a Model?
Hi, I’m creating an App with the MVVM standard but some related issues I’m not able to clarify on the subject, I’ll leave the App link here If anyone wants to see to point out some possible mistake…
-
1
votes2
answers407
viewsA: How popular is the list of objects with select(C# and Mysql) results?
Oops, thanks Igor, but I could not do the same way you showed, I thought better and decided it would be better to use a Datatable, I did it this way and it’s Working: string strSQL = "SELECT…
-
1
votes2
answers407
viewsQ: How popular is the list of objects with select(C# and Mysql) results?
string strSQL = "SELECT usuperm.idusuario, usuperm.codfunc, usuperm.perm FROM usuperm INNER JOIN usuarios ON usuarios.idusuario = usuperm.idusuario WHERE usuarios.loginusuario = @loginusuario AND…