DRAG DROP
Exhibit:
public class Employee
public int EmployeeID{get. set,)
public string EmployeeName (get set.)
public string City { get. set,)
public byte[] CV (get, set; )
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp connects to a MS SQL Server database PassGuideDB.
To obtain data from PassGuideDB ADO.NET LINQ to SQL model is used.
There is a class Employee. See exhibit for definition.
You need to add a collection EmployeeRelatives, with deferred loading, to Employee class.
Which code do you need to add?