Метод TimesheetListDataSet.TimesheetsDataTable.RemoveTimesheetsRow
Удаляет указанный TimesheetsRow из TimesheetsDataTable.
Пространство имен: WebSvcTimeSheet
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
Public Sub RemoveTimesheetsRow ( _
row As TimesheetListDataSet.TimesheetsRow _
)
'Применение
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim row As TimesheetListDataSet.TimesheetsRow
instance.RemoveTimesheetsRow(row)
public void RemoveTimesheetsRow(
TimesheetListDataSet.TimesheetsRow row
)
Параметры
row
Тип: WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRowTimesheetsRow должны быть удалены.
См. также
Справочные материалы
TimesheetListDataSet.TimesheetsDataTable класс