uaPLUS Reference
DeleteRaw Method
See Also  Send Feedback
I_HDAPluginDBA Namespace > IDBAPlugin Interface : DeleteRaw Method

item
startTime
Start of the time interval
endTime
End of the time interval. Always >= startTime

Glossary Item Box

This method handles one synchronous or asynchronous client update::Delete request call. For one item the datapoint in the given time interval are deleted in the database.

Syntax

Visual Basic (Declaration) 
Function DeleteRaw( _
   ByVal item As ItemInfo, _
   ByVal startTime As Date, _
   ByVal endTime As Date _
) As Integer
C# 
int DeleteRaw( 
   ItemInfo item,
   DateTime startTime,
   DateTime endTime
)

Parameters

item
startTime
Start of the time interval
endTime
End of the time interval. Always >= startTime

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.