Click or drag to resize
WhereConditionBaseTParentWhereID 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: 13.0.131
Syntax
C#
public virtual TParent WhereID(
	string columnName,
	int id
)

Parameters

columnName
Type: SystemString
Column name
id
Type: SystemInt32
ID

Return Value

Type: TParent

Implements

IWhereConditionTParentWhereID(String, Int32)
See Also