'Declaration Public Shared Function CreateFromDataList( _ ByVal list As IDataList, _ Optional ByVal className As String _ ) As List(Of Object)
public static List<object> CreateFromDataList( IDataList list, string className )
Parameters
- list
- A list of items that implements the IDataList interface.
- className
- The name of the class to be generated for collection items. If null, "DynamicObject" is used.
Return Value
A collection of strongly typed objects.