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