SyncDataSet.SyncFieldMappingsDataTable.NewSyncFieldMappingsRow método
Cria um objeto de linha na SyncFieldMappingsDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function NewSyncFieldMappingsRow As SyncDataSet.SyncFieldMappingsRow
'Uso
Dim instance As SyncDataSet.SyncFieldMappingsDataTable
Dim returnValue As SyncDataSet.SyncFieldMappingsRow
returnValue = instance.NewSyncFieldMappingsRow()
public SyncDataSet.SyncFieldMappingsRow NewSyncFieldMappingsRow()
Valor retornado
Tipo: WebSvcProject.SyncDataSet.SyncFieldMappingsRow
Retorna SyncDataSet.SyncFieldMappingsRow.
Ver também
Referência
SyncDataSet.SyncFieldMappingsDataTable classe