Skip to main content Skip to complementary content

SetAndModeAsync Method

Overloads

SetAndModeAsync(Boolean)

Sets a field in the AND mode.

SetAndModeAsync(AsyncHandle, Boolean)

Sets a field in the AND mode.

SetAndModeAsync(Boolean)

Sets a field in the AND mode.

Declaration

      Task SetAndModeAsync([QixName("qAndMode")] bool andMode)
    

Parameters

Type Name Description
System.Boolean andMode

Specifies if the AND mode applies to the field. Set this parameter to true to enter the AND mode.

Returns

Type Description
System.Threading.Tasks.Task

SetAndModeAsync(AsyncHandle, Boolean)

Sets a field in the AND mode.

Declaration

      Task SetAndModeAsync(AsyncHandle asyncHandle, [QixName("qAndMode")] bool andMode)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Boolean andMode

Specifies if the AND mode applies to the field. Set this parameter to true to enter the AND mode.

Returns

Type Description
System.Threading.Tasks.Task

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!