IConnectionData members
Enables connections data between provider and consumer interfaces when the provider interface depends on the consumer interface to get data.
The IConnectionData type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetData | Called during the data-retrieval loop when it is time to fetch data. GetData is used in conjunction with GetRequiresData. | |
GetRequiresData | Allows an ASP.NET Web Part to specify that it requires data and that it wants to participate in the data-retrieval loop. |
Top