DataSetsBuilderAdd(DataSpec, DataSetBase) Method |
Adds an association between a
DataSpec from the request and a
data set from the response, without dealing
directly with the string keys that are used in the XML.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DataSetsBuilder Add(
DataSpec dataSpec,
DataSetBase dataSet
)
Public Function Add (
dataSpec As DataSpec,
dataSet As DataSetBase
) As DataSetsBuilder
Parameters
- dataSpec DataSpec
- The non-null DataSpec object that
dataSet was generated to satisfy.
- dataSet DataSetBase
- The non-null data set that was generated to satisfy
dataSpec.
Return Value
DataSetsBuilderthis, for method chaining.
Exceptions See Also