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 (24.1.0.1001)
Syntax
public virtual string GetDefaultStructureName(
	IDisposable connection
)

Parameters

connection
Type: SystemIDisposable
The connection.

Return Value

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