Click or drag to resize

DataRowExtension Class

Provides extension methods for DataRows and DataRowViews.
Inheritance Hierarchy
SystemObject
  TB.ComponentModelDataRowExtension

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public static class DataRowExtension
Methods
  NameDescription
Public methodStatic memberToDictionary(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.
Public methodStatic memberToDictionary(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.
Top
See Also