ResourceDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow method
Deletes the specified row object from the CalendarExceptionsDataTable.
Namespace: WebSvcWorkflow
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: WebSvcWorkflow.ResourceDataSet.CalendarExceptionsRowContains the row that is to be deleted.
See also
Reference
ResourceDataSet.CalendarExceptionsDataTable class