BPM.Server
InsertRecord Method (IDataSourceProviderWriteBasic)



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

Parameters

connection
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

IDataSourceProviderWriteBasic Interface
IDataSourceProviderWriteBasic Members

Send Feedback