TimesheetListDataSet.TimesheetsDataTable.RemoveTimesheetsRow 方法
從TimesheetsDataTable中刪除指定的TimesheetsRow 。
命名空間: 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.TimesheetsRow刪除TimesheetsRow 。
請參閱
參照
TimesheetListDataSet.TimesheetsDataTable 類別