/// <summary> /// 获取Update命令对象 /// </summary> public DbCommand GetUpdateCommand() { return(QueryBuildProvider.BuildUpdate(this)); }