Click or drag to resize
DataHelperChangeValuesToNull Method
Changes the value in the given table to NULL.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
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