Click or drag to resize
SqlHelperGetWhereCondition Method (String, Int32)

Note: This API is now obsolete.

Creates the where condition for the array of values.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use WhereCondition object or custom query e.g. LINQ for DataTable object.")]
public static string GetWhereCondition(
	string columnNames,
	int value
)

Parameters

columnNames
Type: SystemString
Column name
value
Type: SystemInt32
Value

Return Value

Type: String
See Also