Dundas.BI.Data.DataProviders Namespace

 
Classes
 ClassDescription
Public classBooleanProperty Represents a Boolean process parameter.
Public classConnectionStringBuilder The connection string builder lets developers programmatically create syntactically correct connection strings. It can also be used to parse and rebuild existing connection strings.
Public classDataParameterValue The value that is being passed to a native data parameter.
Public classDataProvider Base class for all data providers.
Public classDataProviderInfo Data provider information.
Public classDataTypeName A helper object that can be used inside a Generic Web data provider scripts.
Public classFileProperty Represents a reference to a file.
Public classFlagsProperty Represents a "flags" property.
Public classNumericProperty Represents a numeric data provider property.
Public classPlaceholderProvider Placeholder data provider.
Public classPropertyGroup Represents a property container class.
Public classProviderAggregator Represents a valid aggregation function supported by the data provider.
Public classProviderExpression Class that represents an expression query to be executed by a DataProvider.
Public classProviderFunction Represents a valid function supported by native data providers.
Public classProviderProperty Represents the base class for data provider generic properties. The supported property data types are Boolean, Int32, Decimal and String.
Public classQueryDefinition Class that encapsulates a data retrieval query.
Public classReader Base class for the data reader.
Public classRelationalReader Base class for the relational data reader.
Public classRequest A helper object that can be used inside a Generic Web data provider scripts.
Public classResponse A helper object that can be used inside a Generic Web data provider scripts.
Public classScriptProperty Class represents the script property descriptor.
Public classStringProperty Represents a provider string property.
Public classTestConnectionResult Class that encapsulates a connection test result.
Interfaces
 InterfaceDescription
Public interfaceIDataProviderService Interface used to list and get data providers.
Public interfaceIProviderConnector Interface used to pass information to and from data providers.
Delegates
 DelegateDescription
Public delegateProcessPlaceholder Represents the method that is called each time a placeholder match is found during a GetQuery(ProcessPlaceholder) method operation.