uaPLUS Reference
Insert Method
See Also  Send Feedback
HDAPluginDBA Namespace > DBAPlugin Class : Insert Method

requests
list with update requests per item

Glossary Item Box

This method handles one synchronous or asynchronous client update::insert request call. It inserts the datapoints into the database. There may be multipe datapoints for multiple items

Syntax

Visual Basic (Declaration) 
Public Function Insert( _
   ByVal requests As List(Of UpdateRequest) _
) As Integer
C# 
public int Insert( 
   List<UpdateRequest> requests
)

Parameters

requests
list with update requests per item

Return Value

HRESULT

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.