Click or drag to resize
DataHelperGetDataRowValue Method
Returns the value from the DataRow field, or DBNull.Value if the field does not exist in the datarow.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static Object GetDataRowValue(
	DataRow dr,
	string columnName
)

Parameters

dr
Type: System.DataDataRow
DataRow with the data
columnName
Type: SystemString
Column name

Return Value

Type: Object
See Also