score:2

dataloadoptions options = new dataloadoptions();
options.loadwith<role>(c => c.employeeid);
context.loadoptions = options;

Related Query

More Query from same tag