Shunde.NET Framework Class Library

DBUtils.HasRows Method 

Executes the given SQL Query and returns a boolean indicating whether 1 or more rows were returned

public static bool HasRows(
   String query
);

See Also

DBUtils Class | Shunde.Utilities Namespace