Click or drag to resize
ControlsHelperFillListWithNumberedSqlOperators Method
Fill list control with SQL operators as number value (Like = 0, NotLike = 1, Equals = 2, NotEquals = 3) and text with their appropriate text eqivalent.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static void FillListWithNumberedSqlOperators(
	ListControl listControl
)

Parameters

listControl
Type: System.Web.UI.WebControlsListControl
See Also