Dim obj As New DataClassesDataContext
Dim dt As New DataTable
Dim strDetail As New StringBuilder
Dim result = obj.getCustomer_Profile_List("", "2")
For Each p In result
strDetail.Append(p.regUserName)
Next
ไม่มีความคิดเห็น:
แสดงความคิดเห็น