Click or drag to resize
ExecuteQueryHandlerTResultWhenMarkedWith Method
Adds the conditional before query handler for the query executed with specified mark

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public BeforeConditionalEvent<ExecuteQueryEventArgs<TResult>> WhenMarkedWith(
	string mark
)

Parameters

mark
Type: SystemString
Query mark

Return Value

Type: BeforeConditionalEventExecuteQueryEventArgsTResult
See Also