Show / Hide Table of Contents

Enum DataSourceArgs.ActionSpecifiers

Valid action values.

Namespace: Quantellia.WMServer.Asset.DataSource
Assembly: WMServer.dll
Syntax
public enum DataSourceArgs.ActionSpecifiers

Fields

Name Description
ReadNone

Does not return a value.

ReadScalar

Returns the value of the first column of the first row.

ReadTable

Return an array of rows, represented as Dictionary<string,object>.

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