TimesheetDataSet.LinesDataTable.NewLinesRow method
Creates a row object in the LinesDataTable.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewLinesRow As TimesheetDataSet.LinesRow
'Usage
Dim instance As TimesheetDataSet.LinesDataTable
Dim returnValue As TimesheetDataSet.LinesRow
returnValue = instance.NewLinesRow()
public TimesheetDataSet.LinesRow NewLinesRow()
Return value
Type: WebSvcTimeSheet.TimesheetDataSet.LinesRow
A new row.
See also
Reference
TimesheetDataSet.LinesDataTable class