Click or drag to resize

DataSetExtensionMethods Class

Class for DataSet related extension methods.
Inheritance Hierarchy
System.Object
  SD.Tools.BCLExtensions.DataRelated.DataSetExtensionMethods

Namespace:  SD.Tools.BCLExtensions.DataRelated
Assembly:  SD.Tools.BCLExtensions (in SD.Tools.BCLExtensions.dll) Version: 1.2.0
Syntax
public static class DataSetExtensionMethods

The DataSetExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberValue<TValue>
Gets the value of the column with the column name specified from the DataRow in the type specified. If the value is DBNull.Value, null / Nothing will be returned, if TValue is a nullable value type or a reference type, the default value for TValue will be returned otherwise.
Top
See Also