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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public TParent WhereEndsWith(
	string columnName,
	string value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemString
Value

Return Value

Type: TParent
See Also