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

Parameters

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