EventsDataSet.EventDataTable.RemoveEventRow Method
Deletes the specified row object from the EventDataTable.
Namespace: [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl
Syntax
'Declaration
Public Sub RemoveEventRow ( _
row As EventsDataSet.EventRow _
)
'Usage
Dim instance As EventsDataSet.EventDataTable
Dim row As EventsDataSet.EventRow
instance.RemoveEventRow(row)
public void RemoveEventRow(
EventsDataSet.EventRow row
)
Parameters
- row
Type: [Events Web service].EventsDataSet.EventRow
Contains the row that is to be deleted.
See Also
Reference
EventsDataSet.EventDataTable Class