ProjectContextDataSet.RelationshipsDataTable.AddRelationshipsRow method (ProjectContextDataSet.RelationshipsRow)
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub AddRelationshipsRow ( _
row As ProjectContextDataSet.RelationshipsRow _
)
'Usage
Dim instance As ProjectContextDataSet.RelationshipsDataTable
Dim row As ProjectContextDataSet.RelationshipsRow
instance.AddRelationshipsRow(row)
public void AddRelationshipsRow(
ProjectContextDataSet.RelationshipsRow row
)
Parameters
row
Type: WebSvcProject.ProjectContextDataSet.RelationshipsRowContains the relationships row to add.
See also
Reference
ProjectContextDataSet.RelationshipsDataTable class