摘要:
The following chock of C# code will throw an error, if the column name does not exist in the DataTable.//Error Code:string strFieldName = "****";if (ds != null && ds.Tables[0] != null && ds.Tables[0]... 阅读全文
posted @ 2006-12-14 14:05
袁礼定
阅读(326)
评论(0)
推荐(0)
浙公网安备 33010602011771号