摘要: 扩展方法官方解释:https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/classes-and-structs/extension-methods 扩展方法使你能够向现有类型“添加”方... 阅读全文
posted @ 2018-07-24 13:42 预立科技 阅读(61) 评论(0) 推荐(0)
摘要: ADO.NET操作数据库公共方法 一示例 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient... 阅读全文
posted @ 2018-07-24 11:21 预立科技 阅读(69) 评论(0) 推荐(0)