del método TimesheetDataSet.LinesDataTable.NewLinesRow
Crea un objeto de fila en la LinesDataTable.
Espacio de nombres: WebSvcTimeSheet
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Function NewLinesRow As TimesheetDataSet.LinesRow
'Uso
Dim instance As TimesheetDataSet.LinesDataTable
Dim returnValue As TimesheetDataSet.LinesRow
returnValue = instance.NewLinesRow()
public TimesheetDataSet.LinesRow NewLinesRow()
Valor devuelto
Tipo: WebSvcTimeSheet.TimesheetDataSet.LinesRow
Una nueva fila.
Vea también
Referencia
clase TimesheetDataSet.LinesDataTable