DataProviderGetDefaultStructureName Method

Gets the default structure 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 virtual string? GetDefaultStructureName(
	IDisposable connection
)

Parameters

connection  IDisposable
The connection.

Return Value

String
The default structure name.
Remarks
For example, active worksheet in Excel.
See Also