Share via


AssnHistoryDataSet.HistoryDataTable.RemoveHistoryRow method

Deletes the specified row object from the HistoryDataTable.

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

Syntax

'Declaration
Public Sub RemoveHistoryRow ( _
    row As AssnHistoryDataSet.HistoryRow _
)
'Usage
Dim instance As AssnHistoryDataSet.HistoryDataTable
Dim row As AssnHistoryDataSet.HistoryRow

instance.RemoveHistoryRow(row)
public void RemoveHistoryRow(
    AssnHistoryDataSet.HistoryRow row
)

Parameters

See also

Reference

AssnHistoryDataSet.HistoryDataTable class

AssnHistoryDataSet.HistoryDataTable members

WebSvcStatusing namespace