ISPWDataConnector.Fill Method

Fills the specified dataset with the schema and the data from the set defined in the tool manifest.

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Interface (in Microsoft.Office.SharePointWorkspace.AddIn.Interface.dll)

Syntax

'Declaration
Function Fill ( _
    dataSet As DataSet _
) As Integer
'Usage
Dim instance As ISPWDataConnector
Dim dataSet As DataSet
Dim returnValue As Integer

returnValue = instance.Fill(dataSet)
int Fill(
    DataSet dataSet
)

Parameters

  • dataSet
    Type: System.Data.DataSet
    The DataSet to be filled with the data. The name of the DataSet identifies the set in the manifest.

Return Value

Type: System.Int32
Total number of rows returned by Fill(DataSet) method.

Remarks

For more information about the tool manifest, see Defining the Tool and Data Structure in the Manifest

See Also

Reference

ISPWDataConnector Interface

ISPWDataConnector Members

Microsoft.Office.SharePointWorkspace.AddIn Namespace