SyncDataSet.SyncFieldMappingsDataTable.AddSyncFieldMappingsRow method (SyncDataSet.SyncFieldMappingsRow)
Adds a SyncFieldMappingsRow object to the SyncFieldMappingsDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcProject.SyncDataSet.SyncFieldMappingsRowContains the sync field mappings row information.
See also
Reference
SyncDataSet.SyncFieldMappingsDataTable class
SyncDataSet.SyncFieldMappingsDataTable members