What does this code mean? (c# using mysql)
Posted
by Richa Media and services
on Stack Overflow
See other posts from Stack Overflow
or by Richa Media and services
Published on 2010-05-10T12:37:01Z
Indexed on
2010/05/10
13:14 UTC
Read the original article
Hit count: 137
Can anyone give a good explanation of this code:
bool res = (Convert.ToInt32(cmd.ExecuteScalar()) > 0 ? true : false);
© Stack Overflow or respective owner