What is means of this code in c# for 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 12:44 UTC
Read the original article Hit count: 116

Filed under:
|

are anyone give me detailed about this small code

bool res = (Convert.ToInt32(cmd.ExecuteScalar()) > 0 ? true : false);

© Stack Overflow or respective owner

Related posts about mysql

Related posts about c#