EventsDataSet.EventDataTable.AddEventRow method (EventsDataSet.EventRow)
Adiciona um objeto de EventRow a EventDataTable.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Sub AddEventRow ( _
row As EventsDataSet.EventRow _
)
'Uso
Dim instance As EventsDataSet.EventDataTable
Dim row As EventsDataSet.EventRow
instance.AddEventRow(row)
public void AddEventRow(
EventsDataSet.EventRow row
)
Parâmetros
row
Type: WebSvcEvents.EventsDataSet.EventRowContém a linha que deve ser adicionado.
Ver também
Referência
EventsDataSet.EventDataTable class