摘要: 数据库创建实体类:public int NodeId { get; set; } public string DisplayName { get; set; } public string NodeURL { get; set; } public int DisplayOrder { get; set; } public int ParentNodeId { get; set; }引入SQLhelp类:public abstract class SqlHelper{ //Database connection strings public static readonly strin... 阅读全文
posted @ 2013-12-07 08:55 914556495 阅读(206) 评论(0) 推荐(0)