我有一個(gè)帶有電子郵件的數(shù)據(jù)表。在LDAP上,我有Userdata。現(xiàn)在,我想根據(jù)EmailAdress來(lái)增加DataTable。myDataTable.Columns.Add(new DataColumn("LDAP_Data"));foreach(DataRow row in modiTable.Rows){ string myLDAPData = DoLDAPAction(row.Field<string>("EMAIL")); //how to insert to myDataTable > LDAP_Data}如何將LDAP中的新數(shù)據(jù)插入到新列中?
- 3 回答
- 0 關(guān)注
- 293 瀏覽
添加回答
舉報(bào)
0/150
提交
取消