Click or drag to resize
ControlsHelperFillListWithTextSqlOperators Method
Fill list control with SQL operators (Like, NotLike, Equals, NotEquals) as value 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 FillListWithTextSqlOperators(
	ListControl listControl
)

Parameters

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