PlaceholderProviderDiscoverStructures 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 (26.2.0.1000)
Syntax
public override IEnumerable<DataStructure> DiscoverStructures(
	IDisposable connection,
	SupportedDataStructures structureTypes
)

Parameters

connection  IDisposable
The connection.
structureTypes  SupportedDataStructures
The structure types.

Return Value

IEnumerableDataStructure
The list of the structures.
See Also