摘要:
string strSql = "Insert into News(TypeId,NewsCaption,NewsContent) values(@TypeId,@NewsCaption,@NewsContent)";SqlParameter[] paras ={new SqlParameter("@TypeId",SqlDbType.Int),new SqlParameter("@NewsCaption",SqlDbType.NVarChar,200),new SqlParameter("@NewsContent" 阅读全文