SelectAll Method
Overloads
SelectAll(Boolean) |
Selects all values of a field. Excluded values are also selected. |
SelectAll(Boolean)
Selects all values of a field. Excluded values are also selected.
Declaration
public bool SelectAll([QixName("qSoftLock")] bool softLock = false)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | softLock |
Set to true to ignore locks; in that case, locked fields can be selected. The default value is false. |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
Remarks
The operation is successful if qReturn is set to true.