G
Guest
Is there a .Net Compact Framework equivalent in the system.data.sqlserverce
namespace of the .Net Framework system.data.sqlclient DataReader object's
"Has.Rows" method?
For example:
SqlDataReader rdr = new cmd.ExecuteReader();
if (rdr.HasRows)
{
// do something
}
thanks,
namespace of the .Net Framework system.data.sqlclient DataReader object's
"Has.Rows" method?
For example:
SqlDataReader rdr = new cmd.ExecuteReader();
if (rdr.HasRows)
{
// do something
}
thanks,