| BPM.Server Namespace > IDataSourceProviderWriteBasic Interface : DeleteRecord Method |
'DeclarationFunction DeleteRecord( _ ByVal connection As Object, _ ByVal rowFilter As FlowDataRow _ ) As Integer
'UsageDim instance As IDataSourceProviderWriteBasic Dim connection As Object Dim rowFilter As FlowDataRow Dim value As Integer value = instance.DeleteRecord(connection, rowFilter)
int DeleteRecord( object connection, FlowDataRow rowFilter )
int DeleteRecord( Object^ connection, FlowDataRow^ rowFilter )
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