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