Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static EnumerableRowCollection< DataRow > | AsEnumerable (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) |
Definition at line 6 of file DataTableExtensions.cs.