Returns the
DataSetBase that was generated
to fulfil the specified
DataSpec from the request, or throws a
SourceDataException if no such data set could be
generated.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DataSetBase GetBase(
DataSpec dataSpec
)
Public Function GetBase (
dataSpec As DataSpec
) As DataSetBase
Parameters
- dataSpec DataSpec
- A DataSpec from the request.
Return Value
DataSetBaseThe non-null
DataSetBase that was generated to fulfil
dataSpec.
Exceptions See Also