Open this page in the API Guide

DataProvider.DiscoverStructure Method (IDisposable, SupportedDataStructures, String)

Gets the structure definition with the specified name.

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 DataStructure DiscoverStructure(
	IDisposable connection,
	SupportedDataStructures structureType,
	string structureName
)

Parameters

connection
Type: System.IDisposable
The connection.
structureType
Type: Dundas.BI.Data.Metadata.SupportedDataStructures
Type of the structure.
structureName
Type: System.String
Name of the structure.

Return Value

Type: DataStructure
The data structure definition.
See Also