Click or drag to resize
DataHelperGetDataRowViewValue Method
Returns the value from the DataRowView field, or null 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 GetDataRowViewValue(
	DataRowView dr,
	string columnName
)

Parameters

dr
Type: System.DataDataRowView
DataRowView with the data
columnName
Type: SystemString
Column name

Return Value

Type: Object
See Also