Show / Hide Table of Contents

Enum InsertUpdateDeleteArgsSelector.SelectorType

The type that this SelectorKeys represents.

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

Fields

Name Description
Null

There is no SelectorKeys object. This denotes primary key assignment.

Object

The SelectorKeys object is an object. This allows arbitrary select logic.

String

The SelectorKeys object is a string. This denotes the column to select off of.

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