Answers for "can sqldatareader be null"

SQL
0

can sqldatareader be null

if (myReader.HasRows) //The key Word is **.HasRows**
{
    ltlAdditional.Text = "Contains data";
}
else
{   
    ltlAdditional.Text = "Is null Or Empty";
}
Posted by: Guest on October-21-2020

Code answers related to "can sqldatareader be null"

Code answers related to "SQL"

Browse Popular Code Answers by Language