Click or drag to resize
ObjectQueryBaseTQuery, TObjectWithGuid Method
Sets the where condition for a specific object GUID

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TQuery WithGuid(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: TQuery

Implements

IObjectQueryTQuery, TObjectWithGuid(Guid)
See Also