SecurityProjectCategoriesDataSet.GroupRelationsDataTable.AddGroupRelationsRow method (SecurityProjectCategoriesDataSet.GroupRelationsRow)
Adds a GroupRelationsRow object to the GroupRelationsRow table, using the specified parameter.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub AddGroupRelationsRow ( _
row As SecurityProjectCategoriesDataSet.GroupRelationsRow _
)
'Usage
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Dim row As SecurityProjectCategoriesDataSet.GroupRelationsRow
instance.AddGroupRelationsRow(row)
public void AddGroupRelationsRow(
SecurityProjectCategoriesDataSet.GroupRelationsRow row
)
Parameters
row
Type: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRowContains the row that is to be added.
See also
Reference
SecurityProjectCategoriesDataSet.GroupRelationsDataTable class
SecurityProjectCategoriesDataSet.GroupRelationsDataTable members