LookupTableMultiLangDataSet.LookupTableStructuresDataTable.AddLookupTableStructuresRow method (Guid, LookupTableMultiLangDataSet.LookupTablesRow, LookupTableMultiLangDataSet.LookupTableStructuresRow, String, Guid)
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddLookupTableStructuresRow ( _
LT_STRUCT_UID As Guid, _
parentLookupTablesRowByLookupTablesLookupTableStructures As LookupTableMultiLangDataSet.LookupTablesRow, _
parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures As LookupTableMultiLangDataSet.LookupTableStructuresRow, _
LT_STRUCT_COOKIE As String, _
APP_ENTITY_UID As Guid _
) As LookupTableMultiLangDataSet.LookupTableStructuresRow
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableStructuresDataTable
Dim LT_STRUCT_UID As Guid
Dim parentLookupTablesRowByLookupTablesLookupTableStructures As LookupTableMultiLangDataSet.LookupTablesRow
Dim parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures As LookupTableMultiLangDataSet.LookupTableStructuresRow
Dim LT_STRUCT_COOKIE As String
Dim APP_ENTITY_UID As Guid
Dim returnValue As LookupTableMultiLangDataSet.LookupTableStructuresRow
returnValue = instance.AddLookupTableStructuresRow(LT_STRUCT_UID, _
parentLookupTablesRowByLookupTablesLookupTableStructures, _
parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures, _
LT_STRUCT_COOKIE, APP_ENTITY_UID)
public LookupTableMultiLangDataSet.LookupTableStructuresRow AddLookupTableStructuresRow(
Guid LT_STRUCT_UID,
LookupTableMultiLangDataSet.LookupTablesRow parentLookupTablesRowByLookupTablesLookupTableStructures,
LookupTableMultiLangDataSet.LookupTableStructuresRow parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures,
string LT_STRUCT_COOKIE,
Guid APP_ENTITY_UID
)
Parameters
- LT_STRUCT_UID
Type: System.Guid
- parentLookupTablesRowByLookupTablesLookupTableStructures
Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTablesRow
- parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures
Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableStructuresRow
- LT_STRUCT_COOKIE
Type: System.String
- APP_ENTITY_UID
Type: System.Guid
Return value
Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableStructuresRow
See also
Reference
LookupTableMultiLangDataSet.LookupTableStructuresDataTable class
LookupTableMultiLangDataSet.LookupTableStructuresDataTable members