BPM.Server
Insert Method (IDataSourceProviderFormStore)



Syntax
'Declaration
 
Sub Insert( _
   ByVal connection As Object, _
   ByVal ace As RDACE _
) 
'Usage
 
Dim instance As IDataSourceProviderFormStore
Dim connection As Object
Dim ace As RDACE
 
instance.Insert(connection, ace)
void Insert( 
   object connection,
   RDACE ace
)
void Insert( 
   Object^ connection,
   RDACE^ ace
) 

Parameters

connection
ace
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

IDataSourceProviderFormStore Interface
IDataSourceProviderFormStore Members

Send Feedback