IWhereConditionTParentWhereID Method |
Adds the where condition to match the ID to the query. In case the column name is not provided or unknown, does not generate where condition. If given ID is invalid, adds the condition to match NULL.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax TParent WhereID(
string columnName,
int id
)
Parameters
- columnName
- Type: SystemString
Column name - id
- Type: SystemInt32
ID
Return Value
Type:
TParentSee Also