BPM.Server
UpdateRecord Method (IDataSourceProviderWriteBasic)



Syntax
'Declaration
 
Function UpdateRecord( _
   ByVal connection As Object, _
   ByVal rowValue As FlowDataRow, _
   ByVal rowFilter As FlowDataRow _
) As Integer
'Usage
 
Dim instance As IDataSourceProviderWriteBasic
Dim connection As Object
Dim rowValue As FlowDataRow
Dim rowFilter As FlowDataRow
Dim value As Integer
 
value = instance.UpdateRecord(connection, rowValue, rowFilter)

Parameters

connection
rowValue
rowFilter
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDataSourceProviderWriteBasic Interface
IDataSourceProviderWriteBasic Members

Send Feedback