This class acts as a wrapper around a different datasource simplifying the data that is available in the document by only showing a subset of data returned by a specific select.You should be able to do anything with that data that you could do if it came directly from the datasource. This works by just combining selects at run time. Created by mattb on 1/27/2017.
Object Model
Syntax
Inheritance Hierarchy
System.Object
java.lang.Object
net.windward.datasource.DataSourceBase
net.windward.datasource.abstract_datasource.AbstractDataSource
net.windward.datasource.dataset.DataSetDataSource
WindwardReportsDrivers.net.windward.datasource.dataset.DataSetDataSourceDotNet
Requirements
Namespace: WindwardReportsDrivers.net.windward.datasource.dataset
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
Assembly: WindwardReportsDrivers (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsDrivers\bin\Release\WindwardReportsDrivers.dll)
See Also