Share via


SyncDataSet.SyncFieldMappingsDataTable.NewSyncFieldMappingsRow method

Creates a row object in the SyncFieldMappingsDataTable.

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

Syntax

'Declaration
Public Function NewSyncFieldMappingsRow As SyncDataSet.SyncFieldMappingsRow
'Usage
Dim instance As SyncDataSet.SyncFieldMappingsDataTable
Dim returnValue As SyncDataSet.SyncFieldMappingsRow

returnValue = instance.NewSyncFieldMappingsRow()
public SyncDataSet.SyncFieldMappingsRow NewSyncFieldMappingsRow()

Return value

Type: WebSvcProject.SyncDataSet.SyncFieldMappingsRow
Returns SyncDataSet.SyncFieldMappingsRow.

See also

Reference

SyncDataSet.SyncFieldMappingsDataTable class

SyncDataSet.SyncFieldMappingsDataTable members

WebSvcProject namespace