Show / Hide Table of Contents

Enum InsertUpdateDeleteArgsSelector.OperandType

The types of objects that columns and values can have.

Namespace: Quantellia.WMServer.Asset.DataSource
Assembly: WMServer.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum InsertUpdateDeleteArgsSelector.OperandType

Fields

Name Description
Column

This is a column, and should be validated against the table's column schema.

Node

This is a recursive SelectorKeys node.

Parameter

This is a parameter, and should be input as a parameterized string.

Table

This is a table select.

In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE