Returns the value from the DataRowView field, or null if the field does not exist in the datarow.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- dr
- Type: System.Data DataRowView
DataRowView with the data
- columnName
- Type: System String
Column name
Return Value
Type: ObjectSee Also