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
row
Type: WebSvcProject.SyncDataSet.SyncItemTaskMappingsRowContains the sync item task mappings row that is to be added.
See also
Reference
SyncDataSet.SyncItemTaskMappingsDataTable class
SyncDataSet.SyncItemTaskMappingsDataTable members