摘要:
class MenuInfo : IComparable { public int order { get; set; } public string menuid { get; set; } public int CompareTo(object obj) { int result; try { 阅读全文
摘要:
SQLHELPER支持连接字符串、事务、连接对象的Sql Server数据库处理类(对于类型的判断采用if语句) 1 using System; 2 using System.Data; 3 using System.Data.SqlClient; 4 using System.Collection 阅读全文