Click or drag to resize
ObjectQueryBase<TQuery, TObject>.InitIDQuery Method
Initializes the ID query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected void InitIDQuery(
	string resultColumn
)

Parameters

resultColumn
Type: System.String
Resulting column
See Also