Click or drag to resize
WhereConditionBaseTParentWhereStartsWith Method (IQueryObjectWithValue, String)
Adds the condition for a string column to start with some prefix

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TParent WhereStartsWith(
	IQueryObjectWithValue expression,
	string value
)

Parameters

expression
Type: CMS.DataEngineIQueryObjectWithValue
Expression
value
Type: SystemString
Value

Return Value

Type: TParent
See Also