DataRowExtensions Class
Extension methods for DataRow to simplify retrieving values from columns.
Namespace
DbSyncKit.DB.Extensions
Base Types
  • object
graph BT Type-->Base0["object"] Type["DataRowExtensions"] class Type type-node

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