| DataHelperTryGetDataRowValue Method | 
            Returns the value from the DataRow field.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool TryGetDataRowValue(
	DataRow dr,
	string columnName,
	out Object value
)
Parameters
- dr
- Type: System.DataDataRow
 DataRow 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
See Also