BPM.Server
UpdateRecord Method (DataSourceManager)



Syntax
'Declaration
 
Public Shared Function UpdateRecord( _
   ByVal datasourceName As String, _
   ByVal rowValue As FlowDataRow, _
   ByVal rowFilter As FlowDataRow _
) As Integer
'Usage
 
Dim datasourceName As String
Dim rowValue As FlowDataRow
Dim rowFilter As FlowDataRow
Dim value As Integer
 
value = DataSourceManager.UpdateRecord(datasourceName, rowValue, rowFilter)

Parameters

datasourceName
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

DataSourceManager Class
DataSourceManager Members

Send Feedback