DataRowExtensions Class
Extension methods for DataRow to simplify retrieving values from columns.
Namespace
DbSyncKit.DB.Extensions
Base Types
  • object
DataRowExtensions
object

Syntax

public static class DataRowExtensions

Methods

Name Return Value Summary
GetValue<T>(DataRow, string) T
Gets the value of a specified column in the DataRow, converted to the specified type.
static