Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the specified row object from the SyncErrorsDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveSyncErrorsRow ( _
row As SyncErrorsDataSet.SyncErrorsRow _
)
'Usage
Dim instance As SyncErrorsDataSet.SyncErrorsDataTable
Dim row As SyncErrorsDataSet.SyncErrorsRow
instance.RemoveSyncErrorsRow(row)
public void RemoveSyncErrorsRow(
SyncErrorsDataSet.SyncErrorsRow row
)
Parameters
row
Type: WebSvcProject.SyncErrorsDataSet.SyncErrorsRowContains the row that is to be deleted.
See also
Reference
SyncErrorsDataSet.SyncErrorsDataTable class