| DataHelperChangeValuesToNull Method | 
            Changes the value in the given table to NULL.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also