DN
Size: a a a
DN
AG
AG
DN
DN
VO
AG
B
MySql.Data.MySqlClient.MySqlException (0x80004005): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-3
) AS `t`
LEFT JOIN `City` AS `c` ON `t`.`Id` = `c`.`UserId`
LEFT JOIN `Cit' at line 6
var users = await userManager.Users
.Skip(currentPage - 1 * countPerPage)
.Take(countPerPage)
.ToListAsync();
JS
MySql.Data.MySqlClient.MySqlException (0x80004005): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-3
) AS `t`
LEFT JOIN `City` AS `c` ON `t`.`Id` = `c`.`UserId`
LEFT JOIN `Cit' at line 6
var users = await userManager.Users
.Skip(currentPage - 1 * countPerPage)
.Take(countPerPage)
.ToListAsync();
JS
JS
JS
B
MySql.Data.MySqlClient.MySqlException (0x80004005): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-3
) AS `t`
LEFT JOIN `City` AS `c` ON `t`.`Id` = `c`.`UserId`
LEFT JOIN `Cit' at line 6
var users = await userManager.Users
.Skip(currentPage - 1 * countPerPage)
.Take(countPerPage)
.ToListAsync();