WhereConditionBaseTParentWhereStartsWith Method (IQueryObjectWithValue, String) |
Adds the condition for a string column to start with some prefix
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public virtual TParent WhereStartsWith(
IQueryObjectWithValue expression,
string value
)
Parameters
- expression
- Type: CMS.DataEngineIQueryObjectWithValue
Expression - value
- Type: SystemString
Value
Return Value
Type:
TParentSee Also