IDataSourceSourceStructure 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.3.0.1000)
SyntaxEntityBase? SourceStructure { get; }ReadOnly Property SourceStructure As EntityBase
	Get
property EntityBase^ SourceStructure {
	EntityBase^ get ();
}abstract SourceStructure : EntityBase with get
Property Value
Type: 
EntityBase
            The source structure.
            
Remarks
            It is  if the data source is a manual query.
            
See Also