EnumerableExt..::..ToDataTable<(Of <(<'T>)>)> Method
   To the data table.
   
                
    Namespace: 
   CoreAssembly: Core (in Core.dll)
Syntax
public static DataTable ToDataTable<T>( IEnumerable<T> data )
Type Parameters
- T
Parameters
- data
- Type: IEnumerable<(Of <(<'T>)>)>
 The data.