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