BPM.Server
SaveFormInfo Method (DataSourceManager)



Syntax
'Declaration
 
Public Shared Sub SaveFormInfo( _
   ByVal datasourceName As String, _
   ByVal table As FlowDataTable, _
   ByVal taskid As Integer, _
   ByVal formdatasetid As Integer, _
   ByVal formdataRelationshipType As BPM.FormDataRelationshipType _
) 
'Usage
 
Dim datasourceName As String
Dim table As FlowDataTable
Dim taskid As Integer
Dim formdatasetid As Integer
Dim formdataRelationshipType As BPM.FormDataRelationshipType
 
DataSourceManager.SaveFormInfo(datasourceName, table, taskid, formdatasetid, formdataRelationshipType)
public static void SaveFormInfo( 
   string datasourceName,
   FlowDataTable table,
   int taskid,
   int formdatasetid,
   BPM.FormDataRelationshipType formdataRelationshipType
)
public:
static void SaveFormInfo( 
   String^ datasourceName,
   FlowDataTable^ table,
   int taskid,
   int formdatasetid,
   BPM.FormDataRelationshipType formdataRelationshipType
) 

Parameters

datasourceName
table
taskid
formdatasetid
formdataRelationshipType
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