RSS Documentation
LoadTableData Method



Syntax
'Declaration
 
Public Shared Function LoadTableData( _
   ByVal cn As BPMConnection, _
   ByVal datasourceName As String, _
   ByVal tableName As String, _
   ByVal filters As BPMDBParameterCollection, _
   ByVal sort As String _
) As FlowDataTable
'Usage
 
Dim cn As BPMConnection
Dim datasourceName As String
Dim tableName As String
Dim filters As BPMDBParameterCollection
Dim sort As String
Dim value As FlowDataTable
 
value = DataSourceManager.LoadTableData(cn, datasourceName, tableName, filters, sort)

Parameters

cn
datasourceName
tableName
filters
sort
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