Click or drag to resize
DataSetExtensionMethods Methods

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