LookupTableMultiLangDataSet.LookupTableStructuresDataTable.RemoveLookupTableStructuresRow method
Deletes the specified LookupTableStructuresRow from the LookupTableStructuresDataTable using the specified parameter.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveLookupTableStructuresRow ( _
row As LookupTableMultiLangDataSet.LookupTableStructuresRow _
)
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableStructuresDataTable
Dim row As LookupTableMultiLangDataSet.LookupTableStructuresRow
instance.RemoveLookupTableStructuresRow(row)
public void RemoveLookupTableStructuresRow(
LookupTableMultiLangDataSet.LookupTableStructuresRow row
)
Parameters
row
Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableStructuresRowThe LookupTableStructuresRow to be deleted.
See also
Reference
LookupTableMultiLangDataSet.LookupTableStructuresDataTable class
LookupTableMultiLangDataSet.LookupTableStructuresDataTable members