BPM.Server Namespace > DataSourceManager Class : DeleteRecord Method |
'Declaration
Public Shared Function DeleteRecord( _ ByVal datasourceName As String, _ ByVal rowFilter As FlowDataRow _ ) As Integer
'Usage
Dim datasourceName As String Dim rowFilter As FlowDataRow Dim value As Integer value = DataSourceManager.DeleteRecord(datasourceName, rowFilter)
public static int DeleteRecord( string datasourceName, FlowDataRow rowFilter )
public: static int DeleteRecord( String^ datasourceName, 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