Open this page in the API Guide

IDataSource.SourceStructure Property

Gets the source structure.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
EntityBase SourceStructure { get; }

Property Value

Type: EntityBase
The source structure.
Remarks
It is null if the data source is a manual query.
See Also