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 RelationshipsDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveRelationshipsRow ( _
row As ProjectContextDataSet.RelationshipsRow _
)
'Usage
Dim instance As ProjectContextDataSet.RelationshipsDataTable
Dim row As ProjectContextDataSet.RelationshipsRow
instance.RemoveRelationshipsRow(row)
public void RemoveRelationshipsRow(
ProjectContextDataSet.RelationshipsRow row
)
Parameters
row
Type: WebSvcProject.ProjectContextDataSet.RelationshipsRowContains the row to delete.
See also
Reference
ProjectContextDataSet.RelationshipsDataTable class