ConditionalScopeBase members
The ConditionalScopeBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConditionalScopeBase | Initializes a new instance of the ConditionalScopeBase object. |
Top
Properties
Name | Description | |
---|---|---|
TestResult | The result of conditional expression evaluated at the server. It is not available until the query is executed. |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | CustomFromJson | |
FromJson | Initialize its properties when the response comes from server. | |
StartIfFalse | Start the ELSE clause | |
StartIfTrue | Start the THEN clause | |
StartScope | Start the conditional execution scope. | |
ToString | (Inherited from Object.) |
Top