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

Parameters

dataConnector  IProviderConnector
The data connector.
structureName  String
The structure name.

Return Value

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