How to I convert the following code to the Generic TypedListBaseClass
public static DataTable SetTypedListColumns(SD.LLBLGen.Pro.ORMSupportClasses.TypedListBase typedlist) { return typedlist.DefaultView.Table; }
Thanks
Hi Zia,
Could you please be more specific. Do you want to return a TypedListBaseClass or return a TypedListBaseClass?
Could you post some example of the code that consumes that function?