Name | Description | |
---|---|---|
![]() | Add | Adds a new data provider to the collection. |
![]() | AddCrossProviderRelation | Creates a (virtual) 1:n relation between two tables from this collection of data providers. The tables may belong to different data providers or to the same data provider. Please note that the support for custom relations depends on the capabilities of the involved data providers.
Internally, the data providers (or the database system that they are connected to) will need to compare the values of the specified parent/child columns. List & Label does not check if the data types of the parent/child columns can be compared. Therefore we recommend to only define relations on columns of the same data type.
|
![]() | Clear | Clears the provider collection. |
![]() | Contains | Checks if the provider collection contains a certain item. |
![]() | CopyTo | Copies the provider collection to an array. |
![]() | GetEnumerator | Gets an enumerator interface for the collection. |
![]() | Remove | Removes a provider from the collection. |
![]() | ReportParametersCollected |