摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;using System.Web.UI;using System.Web.UI.WebControls... 阅读全文
摘要:
static TEntity MapEntity(SqlDataReader reader) where TEntity : class ,new() { var pros = typeof(TEntity).GetProperties(); ... 阅读全文