Open this page in the API Guide

NativeStructureSource Class

Data source based on a native structure.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.Transforms.NativeStructureSource

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public sealed class NativeStructureSource : IDataSource

The NativeStructureSource type exposes the following members.

Constructors
  NameDescription
Public methodNativeStructureSource
Initializes a new instance of the NativeStructureSource class.
Top
Properties
  NameDescription
Public propertyDataConnector
Gets the data connector.
Public propertyNativeStructure
Gets the native structure.
Top
See Also