Click or drag to resize

DataRecordExtension Class

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

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public static class DataRecordExtension

The DataRecordExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToDictionary
Creates a new dictionary whose key value pairs represent the fields of the given IDataRecord together with their values. If the record is null, an empty dictionary is created.
Top
See Also