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. |