G
Guest
Can someone help me understand the below? I get most of it, but don't
understand what GetProducts does? Is this supposed to be a function to
call? or is this the actual function that follows into the code below?
public static SqlDataReader GetProducts()
{
SqlConnection con = new SqlConnection(conString);
........
........
}
TIA
understand what GetProducts does? Is this supposed to be a function to
call? or is this the actual function that follows into the code below?
public static SqlDataReader GetProducts()
{
SqlConnection con = new SqlConnection(conString);
........
........
}
TIA