Exemplo n.º 1
0
 public static SqlString Eq(this SqlString s, object val)
 {
     return(s.Eq().Append(val.ToString()));
 }