Extension methods for DataRow to simplify retrieving values from columns.
- Namespace
- DbSyncKit
.DB .Extensions - Base Types
-
- object
Syntax
public static class DataRowExtensionsMethods
| Name | Return Value | Summary |
|---|---|---|
| GetValue |
T |
Gets the value of a specified column in the DataRow, converted to the specified type.
static
|