ArrayResult Class

Represents a value array function result.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.FunctionsFunctionResult
    Dundas.BI.Data.FunctionsArrayResult

Namespace: Dundas.BI.Data.Functions
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ArrayResult : FunctionResult

The ArrayResult type exposes the following members.

Constructors
 NameDescription
Public methodArrayResult(Guid, Double) Initializes a new instance of the ArrayResult class.
Public methodArrayResult(Guid, Double, Int32) Initializes a new instance of the ArrayResult class.
Top
Properties
 NameDescription
Public propertyFirstValidArrayIndex Gets the first valid index of the result value array.
Public propertyFormat Gets the format for the current instance.
(Inherited from FunctionResult)
Public propertyId Gets the result ID.
(Inherited from FunctionResult)
Public propertyValueArray Gets the value array result.
Top
See Also