SyncDataSet.SyncFieldMappingsDataTable.RemoveSyncFieldMappingsRow method
Deletes the specified row object from the SyncFieldMappingsDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveSyncFieldMappingsRow ( _
row As SyncDataSet.SyncFieldMappingsRow _
)
'Usage
Dim instance As SyncDataSet.SyncFieldMappingsDataTable
Dim row As SyncDataSet.SyncFieldMappingsRow
instance.RemoveSyncFieldMappingsRow(row)
public void RemoveSyncFieldMappingsRow(
SyncDataSet.SyncFieldMappingsRow row
)
Parameters
row
Type: WebSvcProject.SyncDataSet.SyncFieldMappingsRowContains the row that is to be deleted.
See also
Reference
SyncDataSet.SyncFieldMappingsDataTable class