摘要: DataTable.Compute方法使用实例using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;namespace Console11{ class Program { static void Main(string[] args) { System.Data.DataTable table = new DataTable(); //计算常量,可以没有初始化列 object test = table.Compute("1+1" 阅读全文
posted @ 2011-03-06 21:52 freeman_rain 阅读(482) 评论(0) 推荐(0) 编辑