EventsDataSet.EventDataTable.NewEventRow method
Cria um objeto de linha na EventDataTable.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function NewEventRow As EventsDataSet.EventRow
'Uso
Dim instance As EventsDataSet.EventDataTable
Dim returnValue As EventsDataSet.EventRow
returnValue = instance.NewEventRow()
public EventsDataSet.EventRow NewEventRow()
Valor retornado
Type: WebSvcEvents.EventsDataSet.EventRow
Um novo objeto de linha.
Ver também
Referência
EventsDataSet.EventDataTable class