DataHelperChangeValuesToNull Method |
Changes the value in the given table to NULL.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static void ChangeValuesToNull(
DataTable dt,
string columnName,
string where
)
Parameters
- dt
- Type: System.DataDataTable
Table to process - columnName
- Type: SystemString
Column name - where
- Type: SystemString
Additional where condition
See Also