I am accessing an external content type programmatically in a web part I am developing for our SharePoint 2010 Portal. The content type is called ExpenseReport. This business object contains an array of a complex type called ExpenseItem which is another business object. In my code, I need to create an array of the Expense Item business object (i.e. the complex sub-type). However, I am unable to figure out how to reference the type or the assembly it is defined in within my code. The type seems to be located in a proxy called BCSServiceProxy which is defined in the service connection properties in SharePoint Designer. Note that my BCS solution consumes a WCF Service. Any suggestions on how I can use this complex type in my code? Thank you.
|
feedback
|