DataHelperTryGetDataRowViewValue Method |
Returns the value from the DataRowView field.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool TryGetDataRowViewValue(
DataRowView dr,
string columnName,
out Object value
)
Parameters
- dr
- Type: System.DataDataRowView
DataRowView with the data - columnName
- Type: SystemString
Column name - value
- Type: SystemObject
Returning the value
Return Value
Type:
BooleanReturns true if the value (field) is not found
See Also