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
)
Public Overridable Function ParseStructureName (
dataConnector As IProviderConnector,
structureName As String
) As IList(Of String)
public:
virtual IList<String^>^ ParseStructureName(
IProviderConnector^ dataConnector,
String^ structureName
)
abstract ParseStructureName :
dataConnector : IProviderConnector *
structureName : string -> IList<string>
override ParseStructureName :
dataConnector : IProviderConnector *
structureName : string -> IList<string>
Parameters
- dataConnector
- Type: Dundas.BI.Data.DataProvidersIProviderConnector
The data connector. - structureName
- Type: SystemString
The structure name.
Return Value
Type:
IListStringThe collection of different parts identifying the structure (typically, schema and table name).
Remarks
This is used to generate friendly names for captions.
See Also