DataHelperChangeBooleanValues Method (DataTable, String, Boolean, String) |
Changes the boolean value in the given table.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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