SyncDataSet.SyncItemTaskMappingsDataTable.AddSyncItemTaskMappingsRow method (SyncDataSet.SyncItemTaskMappingsRow)

Adds a SyncItemTaskMappingsRow object to the SyncItemTaskMappingsDataTable.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Sub AddSyncItemTaskMappingsRow ( _
    row As SyncDataSet.SyncItemTaskMappingsRow _
)
'Usage
Dim instance As SyncDataSet.SyncItemTaskMappingsDataTable
Dim row As SyncDataSet.SyncItemTaskMappingsRow

instance.AddSyncItemTaskMappingsRow(row)
public void AddSyncItemTaskMappingsRow(
    SyncDataSet.SyncItemTaskMappingsRow row
)

Parameters

See also

Reference

SyncDataSet.SyncItemTaskMappingsDataTable class

SyncDataSet.SyncItemTaskMappingsDataTable members

AddSyncItemTaskMappingsRow overload

WebSvcProject namespace