Represents a function result base class.
Inheritance Hierarchy
Namespace:
Dundas.BI.Data.Functions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public abstract class FunctionResult
Public MustInherit Class FunctionResult
public ref class FunctionResult abstract
[<AbstractClassAttribute>]
type FunctionResult = class end
The FunctionResult type exposes the following members.
Properties
| Name | Description |
---|
| Format |
Gets the format for the current instance.
|
| Id |
Gets the result ID.
|
TopSee Also