Do you want to flatten these two classes and bring the elements from the embedded "EnrollmentUser" up to its parent "Enrollment"? If so, you need to either define a class that reflects this structure and use Select to map the data from the nested classes to the flattened class. Alternatively, you can just map the data to an anonymous object if it is only to be used within a single method.