Click or drag to resize

DataRowExtensionToDictionary Method

Overload List
  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