Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
TParent WhereID(
	string columnName,
	int id
)

Parameters

columnName
Type: SystemString
Column name
id
Type: SystemInt32
ID

Return Value

Type: TParent
See Also