DataProviderDiscoverStructure(IDisposable, DataStructure) Method

Discovers the structure definition.

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

Parameters

connection  IDisposable
The connection.
dataStructure  DataStructure
The data structure.

Return Value

DataStructure
The data structure definition.
See Also