Open this page in the API Guide

RelationalDataProvider.ParseStructureName 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 (25.1.0.1000)
Syntax
public virtual IList<string> ParseStructureName(
	IProviderConnector dataConnector,
	string structureName
)

Parameters

dataConnector
Type: Dundas.BI.Data.DataProviders.IProviderConnector
The data connector.
structureName
Type: System.String
The structure name.

Return Value

Type: IList<String>
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