DataRowExtension Class |
Namespace: TB.ComponentModel
public static class DataRowExtension
Name | Description | |
---|---|---|
![]() ![]() | ToDictionary(DataRow) |
Creates a new dictionary whose key value pairs represent the columns of the given DataRow together with their values.
If the row is null, an empty dictionary is created.
|
![]() ![]() | ToDictionary(DataRowView) |
Creates a new dictionary whose key value pairs represent the columns of the given DataRowView together with their values.
If the row is null, an empty dictionary is created.
|