ProviderFunction Class

Represents a valid function supported by native data providers.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProvidersProviderFunction
    Dundas.BI.Data.DataProvidersProviderAggregator

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract class ProviderFunction

The ProviderFunction type exposes the following members.

Constructors
 NameDescription
Protected methodProviderFunction Initializes a new instance of the ProviderFunction class.
Top
Properties
 NameDescription
Public propertyApplicableDatabaseTypes Gets or sets the valid data types the function can operate upon.
Public propertyDescription Gets or sets the description.
Public propertyFunction Gets or sets the function.
Public propertyName Gets or sets the name.
Top
See Also