Ejemplo n.º 1
0
 public static bool IsNullOrEmpty(WhereClip where)
 {
     return(((object)where) == null || where.ToString().Length == 0);
 }