Show / Hide Table of Contents

Class DataReaderArgs

Arguments to be used for dataReader evaluations

Inheritance
object
DataReaderArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>
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