日期:2014-05-20 浏览次数:20905 次
   public static DataTable GetCategoryTree(WebInfoBase info)
    {
          DataTable dt = info.List(_DefaultDB, "", "[ID],[Title],[ParentID],[ChildNum],[Depth],[OrderNo]", "&version=", "[ID] ASC");
      dt.Columns.Add("Path", typeof(string));
      //下面的怎么写
    
             }