All Visual Basic extension methods for type datatable
-
CopyToEntityList
Copy DataTable rows to IEnumerable(Of T)
-
ToDictionary
Converts Dictionary to DataTable and DataTable to Dictionary
-
LastValue
Returns the the last row value for a column
-
IsNothingOrEmpty
Return if a datatable is nothing or if is empty.
-
HasRecords
The idea is to have a method which spells out a question, are there any records which for some might be reading code easier
-
RemoveDuplicateRows
This extension method will remove duplicate rows from the DataTable that it is called from.