ScalarResult Class

Represents a single value function result.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.FunctionsFunctionResult
    Dundas.BI.Data.FunctionsScalarResult

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 ScalarResult : FunctionResult

The ScalarResult type exposes the following members.

Constructors
 NameDescription
Public methodScalarResult Initializes a new instance of the ScalarResult class.
Top
Properties
 NameDescription
Public propertyFormat Gets the format for the current instance.
(Inherited from FunctionResult)
Public propertyId Gets the result ID.
(Inherited from FunctionResult)
Public propertySingleValue Gets or sets a single value result.
Top
See Also