ImportTimesheetDataSet.LinesDataTable.RemoveLinesRow Method
Deletes the specified row object from the LineDataTable.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Sub RemoveLinesRow ( _
row As ImportTimesheetDataSet.LinesRow _
)
'Usage
Dim instance As ImportTimesheetDataSet.LinesDataTable
Dim row As ImportTimesheetDataSet.LinesRow
instance.RemoveLinesRow(row)
public void RemoveLinesRow(
ImportTimesheetDataSet.LinesRow row
)
Parameters
- row
Type: [Statusing Web service].ImportTimesheetDataSet.LinesRow
Contains the row that is to be deleted.
See Also
Reference
ImportTimesheetDataSet.LinesDataTable Class