BPM.Server Namespace > IDataSourceProviderWriteBasic Interface : InsertRecord Method |
'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)
int InsertRecord( object connection, FlowDataRow rowValue )
int InsertRecord( Object^ connection, FlowDataRow^ rowValue )
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