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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
public static void ChangeValuesToNull(
	DataTable dt,
	string columnName,
	string where
)

Parameters

dt
Type: System.Data.DataTable
Table to process
columnName
Type: System.String
Column name
where
Type: System.String
Additional where condition
See Also