SecurityProjectCategoriesDataSet.GroupRelationsDataTable.RemoveGroupRelationsRow method
Deletes the specified row object from the GroupRelationsRow.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveGroupRelationsRow ( _
row As SecurityProjectCategoriesDataSet.GroupRelationsRow _
)
'Usage
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Dim row As SecurityProjectCategoriesDataSet.GroupRelationsRow
instance.RemoveGroupRelationsRow(row)
public void RemoveGroupRelationsRow(
SecurityProjectCategoriesDataSet.GroupRelationsRow row
)
Parameters
row
Type: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRowContains the row that is to be deleted.
See also
Reference
SecurityProjectCategoriesDataSet.GroupRelationsDataTable class
SecurityProjectCategoriesDataSet.GroupRelationsDataTable members