摘要: public virtual string GetSqlCommand() { string key =this.GetGuid(); StringBuilder sb = new StringBuilder(" if exists (select * from "+this.GetTableName()+" where "+key+" = '"+this.GetPropertyValue(key)+"')"); sb.AppendLine().Append("Begin"); 阅读全文
posted @ 2012-04-27 09:59 iSun自由软件团件 阅读(5) 评论(0) 编辑
