Returns the value from the DataRowView field.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- dr
- Type:
System.Data DataRowView
DataRowView with the data
- columnName
- Type:
System String
Column name
- value
- Type:
System Object
Returning the value
Return Value
Type:![Online Online](./../icons/online_icon.gif)
Returns true if the value (field) is not found
See Also