BPM.Server
LoadTable Method (DataSourceManager)



Syntax
'Declaration
 
Public Shared Function LoadTable( _
   ByVal datasourceName As String, _
   ByVal query As String, _
   ByVal parameters As BPMDBParameterCollection, _
   ByVal clientCursor As Boolean, _
   ByVal startRowIndex As Integer, _
   ByVal rows As Integer, _
   ByRef rowcount As Integer _
) As FlowDataTable
'Usage
 
Dim datasourceName As String
Dim query As String
Dim parameters As BPMDBParameterCollection
Dim clientCursor As Boolean
Dim startRowIndex As Integer
Dim rows As Integer
Dim rowcount As Integer
Dim value As FlowDataTable
 
value = DataSourceManager.LoadTable(datasourceName, query, parameters, clientCursor, startRowIndex, rows, rowcount)

Parameters

datasourceName
query
parameters
clientCursor
startRowIndex
rows
rowcount
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