Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.DataTableExtensions Class Reference

Static Public Member Functions

static EnumerableRowCollection< DataRowAsEnumerable (this DataTable source)
 
static DataTable CopyToDataTable< T > (this IEnumerable< T > source)
 
static void CopyToDataTable< T > (this IEnumerable< T > source, DataTable table, LoadOption options)
 
static void CopyToDataTable< T > (this IEnumerable< T > source, DataTable table, LoadOption options, FillErrorEventHandler? errorHandler)
 
static DataView AsDataView (this DataTable table)
 
static DataView AsDataView< T > (this EnumerableRowCollection< T > source)
 

Static Private Member Functions

static DataTable LoadTableFromEnumerable< T > (IEnumerable< T > source, DataTable table, LoadOption? options, FillErrorEventHandler errorHandler)
 

Detailed Description

Definition at line 6 of file DataTableExtensions.cs.


The documentation for this class was generated from the following file: