TimesheetDataSet.CustomFieldsDataTable.RemoveCustomFieldsRow method
Deletes the specified row object from the CustomFieldsTable.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveCustomFieldsRow ( _
row As TimesheetDataSet.CustomFieldsRow _
)
'Usage
Dim instance As TimesheetDataSet.CustomFieldsDataTable
Dim row As TimesheetDataSet.CustomFieldsRow
instance.RemoveCustomFieldsRow(row)
public void RemoveCustomFieldsRow(
TimesheetDataSet.CustomFieldsRow row
)
Parameters
row
Type: WebSvcTimeSheet.TimesheetDataSet.CustomFieldsRowContains the row that is to be deleted.
See also
Reference
TimesheetDataSet.CustomFieldsDataTable class