DataHelperSetDataRowValue Method |
Sets value to data row. If value is null, DBNull will be used.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static bool SetDataRowValue(
DataRow dr,
string columnName,
Object value
)
Parameters
- dr
- Type: System.DataDataRow
Data row - columnName
- Type: SystemString
Column name - value
- Type: SystemObject
Value
Return Value
Type:
BooleanSee Also