| DataHelperDeleteRows Method (DataSet, String) | 
            Deletes the table rows matching the given where condition.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void DeleteRows(
	DataSet ds,
	string where
)
Parameters
- ds
- Type: System.DataDataSet
 DataSet with the data
- where
- Type: SystemString
 Where condition
 See Also
See Also