BPM.Server
InsertRecord Method (DataSourceManager)



Syntax
'Declaration
 
Public Shared Function InsertRecord( _
   ByVal datasourceName As String, _
   ByVal rowValue As FlowDataRow _
) As Integer
'Usage
 
Dim datasourceName As String
Dim rowValue As FlowDataRow
Dim value As Integer
 
value = DataSourceManager.InsertRecord(datasourceName, rowValue)
public static int InsertRecord( 
   string datasourceName,
   FlowDataRow rowValue
)
public:
static int InsertRecord( 
   String^ datasourceName,
   FlowDataRow^ rowValue
) 

Parameters

datasourceName
rowValue
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