Generic TypedListBaseClass<>

Posts   
 
    
Zia
User
Posts: 1
Joined: 23-Sep-2008
# Posted on: 23-Sep-2008 21:43:00   

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

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 24-Sep-2008 04:24:02   

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?

David Elizondo | LLBLGen Support Team