Dundas. |
| Class | Description | |
|---|---|---|
| BooleanProperty | Represents a Boolean process parameter. | |
| ConnectionStringBuilder | The connection string builder lets developers programmatically create syntactically correct connection strings. It can also be used to parse and rebuild existing connection strings. | |
| DataParameterValue | The value that is being passed to a native data parameter. | |
| DataProvider | Base class for all data providers. | |
| DataProviderInfo | Data provider information. | |
| DataTypeName | A helper object that can be used inside a Generic Web data provider scripts. | |
| FileProperty | Represents a reference to a file. | |
| FlagsProperty | Represents a "flags" property. | |
| NumericProperty | Represents a numeric data provider property. | |
| PlaceholderProvider | Placeholder data provider. | |
| PropertyGroup | Represents a property container class. | |
| ProviderAggregator | Represents a valid aggregation function supported by the data provider. | |
| ProviderExpression | Class that represents an expression query to be executed by a DataProvider. | |
| ProviderFunction | Represents a valid function supported by native data providers. | |
| ProviderProperty | Represents the base class for data provider generic properties. The supported property data types are Boolean, Int32, Decimal and String. | |
| QueryDefinition | Class that encapsulates a data retrieval query. | |
| Reader | Base class for the data reader. | |
| RelationalReader | Base class for the relational data reader. | |
| Request | A helper object that can be used inside a Generic Web data provider scripts. | |
| Response | A helper object that can be used inside a Generic Web data provider scripts. | |
| ScriptProperty | Class represents the script property descriptor. | |
| StringProperty | Represents a provider string property. | |
| TestConnectionResult | Class that encapsulates a connection test result. |
| Interface | Description | |
|---|---|---|
| IDataProviderService | Interface used to list and get data providers. | |
| IProviderConnector | Interface used to pass information to and from data providers. |
| Delegate | Description | |
|---|---|---|
| ProcessPlaceholder | Represents the method that is called each time a placeholder match is found during a GetQuery(ProcessPlaceholder) method operation. |