RawDataSet Class: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) |
||
Line 8: | Line 8: | ||
== Properties == | == Properties == | ||
*[[RawDataSet.AnalyticalDataSetType]] {{APIComment|Sets or returns the raw data set type.}} | *[[RawDataSet.AnalyticalDataSetType]] (as ''TYPE'') {{APIComment|Sets or returns the raw data set type.}} | ||
*[[RawDataSet.ExtractedName]] {{APIComment|Sets or returns the Extracted Name string}} | *[[RawDataSet.ExtractedName]] (as ''string'') {{APIComment|Sets or returns the Extracted Name string}} | ||
*[[RawDataSet.ExtractedBy]] {{APIComment|Sets or returns the Extracted By string}} | *[[RawDataSet.ExtractedBy]] (as ''string'') {{APIComment|Sets or returns the Extracted By string}} | ||
*[[RawDataSet.ExtractedType]] {{APIComment|Sets or returns the Extracted Type}} | *[[RawDataSet.ExtractedType]] (as ''[[AnalyticalDataSetType Enumeration|AnalyticalDataSetType]]'') {{APIComment|Sets or returns the Extracted Type}} | ||
*[[RawDataSet.ExtractedDate]] {{APIComment|Sets or returns the Extracted Date}} | *[[RawDataSet.ExtractedDate]] (as ''date'') {{APIComment|Sets or returns the Extracted Date}} |
Revision as of 20:47, 5 March 2014
Methods
- AddDataRow( RawData ) Adds the specified RawData object to RawDataSet.
- Clear Clears all RawData objects from RawDataSet.
Properties
- RawDataSet.AnalyticalDataSetType (as TYPE) Sets or returns the raw data set type.
- RawDataSet.ExtractedName (as string) Sets or returns the Extracted Name string
- RawDataSet.ExtractedBy (as string) Sets or returns the Extracted By string
- RawDataSet.ExtractedType (as AnalyticalDataSetType) Sets or returns the Extracted Type
- RawDataSet.ExtractedDate (as date) Sets or returns the Extracted Date