Open this page in the API Guide

DataProvider.DiscoverStructure Method (IDisposable, DataStructure)

Discovers the structure definition.

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 virtual DataStructure DiscoverStructure(
	IDisposable connection,
	DataStructure dataStructure
)

Parameters

connection
Type: System.IDisposable
The connection.
dataStructure
Type: Dundas.BI.Data.Metadata.DataStructure
The data structure.

Return Value

Type: DataStructure
The data structure definition.
See Also