Showing related tags and posts accross the entire site.
Sorry, but there are no more tags available to filter with.
-
Not sure if I understand the question correctly but to perform a search within your list heres how: // Finding one employee View_EmployeeSkill view_EmployeeSkill = VList<View_EmployeeSkill>.Find( View_EmployeeSkill.Column.EmployeeId, 18); // Finding one employee (delgation usage on two conditions...