ProviderFunction Class

Represents a valid function supported by native data providers.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public 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