BPM.Server Namespace > IDataSourceProviderFormStore Interface : DeleteFormRecords Method |
'Declaration
Sub DeleteFormRecords( _ ByVal connection As Object, _ ByVal table As FlowDataTable, _ ByVal taskid As Integer, _ ByVal formdataRelationshipType As BPM.FormDataRelationshipType _ )
'Usage
Dim instance As IDataSourceProviderFormStore Dim connection As Object Dim table As FlowDataTable Dim taskid As Integer Dim formdataRelationshipType As BPM.FormDataRelationshipType instance.DeleteFormRecords(connection, table, taskid, formdataRelationshipType)
void DeleteFormRecords( object connection, FlowDataTable table, int taskid, BPM.FormDataRelationshipType formdataRelationshipType )
void DeleteFormRecords( Object^ connection, FlowDataTable^ table, int taskid, 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