Share via


TimesheetDataSet.LinesDataTable.RemoveLinesRow Method

Deletes the specified row object from the LinesDataTable.

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

Syntax

'Declaration
Public Sub RemoveLinesRow ( _
    row As TimesheetDataSet.LinesRow _
)
'Usage
Dim instance As TimesheetDataSet.LinesDataTable
Dim row As TimesheetDataSet.LinesRow

instance.RemoveLinesRow(row)
public void RemoveLinesRow(
    TimesheetDataSet.LinesRow row
)

Parameters

See Also

Reference

TimesheetDataSet.LinesDataTable Class

TimesheetDataSet.LinesDataTable Members

TimeSheet Web Service