BPM.Server Namespace > DataSourceManager Class : UpdateRecord Method |
'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)
public static int UpdateRecord( string datasourceName, FlowDataRow rowValue, FlowDataRow rowFilter )
public: static int UpdateRecord( String^ datasourceName, FlowDataRow^ rowValue, FlowDataRow^ rowFilter )
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