Click or drag to resize
DataHelperChangeBooleanValues Method (DataTable, String, Boolean, String)
Changes the boolean value in the given table.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void ChangeBooleanValues(
	DataTable dt,
	string columnName,
	bool value,
	string where
)

Parameters

dt
Type: System.DataDataTable
Table to process
columnName
Type: SystemString
Column name
value
Type: SystemBoolean
Value
where
Type: SystemString
Additional where condition
See Also