IDataSource Interface

Represents a data source for a Select transform node.

Namespace: Dundas.BI.Data.Transforms
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IDataSource

The IDataSource type exposes the following members.

Properties
 NameDescription
Public propertyDataConnector Gets the data connector.
Public propertyManualQuery Gets the manual query.
Public propertyName Gets the name for the current instance.
Public propertyParameters Gets the parameters.
Public propertySourceStructure Gets the source structure.
Top
Remarks
It can be a native structure, data cube, or a manual query.
See Also