EventsDataSet.EventDataTable.AddEventRow Method (EventsDataSet.EventRow)
Adds an EventRow object to 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 AddEventRow ( _
row As EventsDataSet.EventRow _
)
'Usage
Dim instance As EventsDataSet.EventDataTable
Dim row As EventsDataSet.EventRow
instance.AddEventRow(row)
public void AddEventRow(
EventsDataSet.EventRow row
)
Parameters
- row
Type: [Events Web service].EventsDataSet.EventRow
Contains the row that is to be added.
See Also
Reference
EventsDataSet.EventDataTable Class