Stefano Corda
venerdì 29 luglio 2011
Metodo statico per verificare se un oggetto è nullo.
// Verifica se un oggetto sia nullo per C# e SQL
public static bool MyObjIsNull(object o)
{
return ((o == null) || (o == DBNull.Value)) ? true : false;
}
Nessun commento:
Posta un commento
Post più recente
Post più vecchio
Home page
Iscriviti a:
Commenti sul post (Atom)
Nessun commento:
Posta un commento