DataProviderDiscoverStructures Method

Gets the list of the structures with the specified type.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract IEnumerable<DataStructure> DiscoverStructures(
	IDisposable connection,
	SupportedDataStructures structureTypes
)

Parameters

connection
Type: SystemIDisposable
The connection.
structureTypes
Type: Dundas.BI.Data.MetadataSupportedDataStructures
The structure types.

Return Value

Type: IEnumerableDataStructure
The list of the structures.
See Also