Open this page in the API Guide

DataProvider.DiscoverStructures 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 (25.1.0.1000)
Syntax
public abstract IEnumerable<DataStructure> DiscoverStructures(
	IDisposable connection,
	SupportedDataStructures structureTypes
)

Parameters

connection
Type: System.IDisposable
The connection.
structureTypes
Type: Dundas.BI.Data.Metadata.SupportedDataStructures
The structure types.

Return Value

Type: IEnumerable<DataStructure>
The list of the structures.
See Also