Class DataReaderArgs
Arguments to be used for dataReader evaluations
Inherited Members
Namespace: Quantellia.WMServer.Asset.DataSource
Assembly: WMServer.dll
Syntax
public class DataReaderArgs
Properties
Format
Sepecify the format in which the results should be returned. Options are JSON or CSV.
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
List of parameters (if any) that control the behavior of the WMDataReader, and are of the from name = value.
Declaration
public Dictionary<string, object> Parameters { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, object> |
QueryParameters
Parameters to be used in the query evaluation
Declaration
public Dictionary<string, object> QueryParameters { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, object> |