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.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static void FillListWithNumberedSqlOperators(
	ListControl listControl
)

Parameters

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