DataSetExtensionMethods Class |
Namespace: SD.Tools.BCLExtensions.DataRelated
The DataSetExtensionMethods type exposes the following members.
Name | Description | |
---|---|---|
ValueTValue |
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.
|