| IWhereConditionTParentWhereStartsWith Method | 
            Adds the condition for a string column to start with some prefix
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
 Syntax
SyntaxTParent WhereStartsWith(
	string columnName,
	string value
)
Parameters
- columnName
- Type: SystemString
 Column name
- value
- Type: SystemString
 Value
Return Value
Type: 
TParent See Also
See Also