ResourceDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow method
Deletes the specified row object from the CalendarExceptionsDataTable.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveCalendarExceptionsRow ( _
row As ResourceDataSet.CalendarExceptionsRow _
)
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim row As ResourceDataSet.CalendarExceptionsRow
instance.RemoveCalendarExceptionsRow(row)
public void RemoveCalendarExceptionsRow(
ResourceDataSet.CalendarExceptionsRow row
)
Parameters
row
Type: WebSvcTimeSheet.ResourceDataSet.CalendarExceptionsRowContains the row to delete.
See also
Reference
ResourceDataSet.CalendarExceptionsDataTable class