Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
An abstract base class from which all implementations for data modules must derive.
The AddonDataHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AddonDataHandler | Initializes a new instance of this class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ConnectionString | Gets the connection string used to connect to the data source. |
![]() |
Data | Gets a DataSet that describes the structure of the data requested by the server. |
![]() |
Error | Gets or sets the exception that specifies the error that occurred while trying to retrieve data. |
![]() |
QueryString | Gets the query string used to request source data. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
BeginGetData | An implementation of this method initiates an asynchronous request to the data source. |
![]() |
Cancel | An implementation of this method cancels the asynchronous request. |
![]() |
EndGetData | An implementation of this method ends the asynchronous request. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top