| SqlHelperGetWhereCondition Method (String, Int32) | 
            Creates the where condition for the array of values.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic static string GetWhereCondition(
	string columnNames,
	int value
)
Parameters
- columnNames
 - Type: SystemString
Column name - value
 - Type: SystemInt32
Value 
Return Value
Type: 
String
See Also