BPM.Server Namespace > DataSourceManager Class : DeleteFormRecords Method |
'Declaration
Public Shared Sub DeleteFormRecords( _ 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.DeleteFormRecords(datasourceName, table, taskid, formdatasetid, formdataRelationshipType)
public static void DeleteFormRecords( string datasourceName, FlowDataTable table, int taskid, int formdatasetid, BPM.FormDataRelationshipType formdataRelationshipType )
public: static void DeleteFormRecords( String^ datasourceName, FlowDataTable^ table, int taskid, int formdatasetid, BPM.FormDataRelationshipType formdataRelationshipType )
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