RelationalDataProviderParseStructureName Method

Parses the structure name.

Namespace:  Dundas.BI.Data.DataProviders.Relational
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public virtual IList<string> ParseStructureName(
	IProviderConnector dataConnector,
	string structureName
)

Parameters

dataConnector
Type: Dundas.BI.Data.DataProvidersIProviderConnector
The data connector.
structureName
Type: SystemString
The structure name.

Return Value

Type: IListString
The collection of different parts identifying the structure (typically, schema and table name).
Remarks
This is used to generate friendly names for captions.
See Also