SyncDataSet.SyncFieldMappingsDataTable.AddSyncFieldMappingsRow Method (SyncDataSet.SyncFieldMappingsRow)
Adds a SyncFieldMappingsRow object to the SyncFieldMappingsDataTable.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Sub AddSyncFieldMappingsRow ( _
row As SyncDataSet.SyncFieldMappingsRow _
)
'Usage
Dim instance As SyncDataSet.SyncFieldMappingsDataTable
Dim row As SyncDataSet.SyncFieldMappingsRow
instance.AddSyncFieldMappingsRow(row)
public void AddSyncFieldMappingsRow(
SyncDataSet.SyncFieldMappingsRow row
)
Parameters
- row
Type: [Project Web service].SyncDataSet.SyncFieldMappingsRow
Contains the sync field mappings row information.
See Also
Reference
SyncDataSet.SyncFieldMappingsDataTable Class
SyncDataSet.SyncFieldMappingsDataTable Members