Пример #1
0
 public static string ToSqlString(this object obj)
 {
     return(SqlManage.GetSqlString(obj));
 }