LookupTableMultiLangDataSet.LookupTablesDataTable.AddLookupTablesRow Method (LookupTableMultiLangDataSet.LookupTablesRow)
Adds a new LookupTablesRow to the LookupTablesDataTable by using the specified parameter.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
Syntax
'Declaration
Public Sub AddLookupTablesRow ( _
row As LookupTableMultiLangDataSet.LookupTablesRow _
)
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesDataTable
Dim row As LookupTableMultiLangDataSet.LookupTablesRow
instance.AddLookupTablesRow(row)
public void AddLookupTablesRow(
LookupTableMultiLangDataSet.LookupTablesRow row
)
Parameters
- row
Type: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTablesRow
The LookupTablesRow that is to be added to the LookupTablesDataTable table.
See Also
Reference
LookupTableMultiLangDataSet.LookupTablesDataTable Class