PlaceholderProviderDiscoverStructure(IDisposable, SupportedDataStructures, String) Method

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

Parameters

connection  IDisposable
The connection.
structureType  SupportedDataStructures
Type of the structure.
structureName  String
Name of the structure.

Return Value

DataStructure
The data structure definition.
See Also