Repository.DataWarehouse.SaveRawDataSet: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
{{APIName|DataSet}} | {{APIName|DataSet}} | ||
{{APIName|As [[RawDataSet Class|RawDataSet]])}} | {{APIName|As [[RawDataSet Class|RawDataSet]])}} | ||
{{APIPrefix|As Boolean}} | {{APIPrefix|As Boolean}}<br> | ||
{{APIComment|Saves the raw data set in the repository.}} | {{APIComment|Saves the raw data set in the repository.}} | ||
Revision as of 23:49, 23 September 2013
Adds a raw data set
Method Syntax
SaveRawDataSet(
ByVal
DataSet
As RawDataSet)
As Boolean
Saves the raw data set in the repository.
Parameters
DataSet The raw data object.
Usage Example
Declare a new repository connection class.
Private WithEvents MyRepository As New Repository
Connect to the Synthesis repository.
Dim Success As Boolean = False Success = MyRepository.ConnectToRepository("RepositoryFileNamePath")
Save the raw data to the Synthesis repository.
Dim SuccessSaveRawData As Boolean SuccessSaveRawData = MyRepository.SaveRawDataSet(