摘要:
C#自动给据sql中的带@的变量提取变量名称在从简单数据对象中取得生成SqlParameter数组进行数据插入//自动取得sql中的带@的变量,生成SqlParameter数组,从简单数据对象中取得sql中所需变量值public class ziDongGetSqlPara{ #region public static object[] getParArr(string strSql, object dataObj) /// summary /// 数据库操作sql 用SqlParameter数组取得 /// /summary /// param name="strSql"sql语 阅读全文