BPM.Server
LoadTable Method (IDataSourceProviderReport)



Syntax
'Declaration
 
Function LoadTable( _
   ByVal connection As Object, _
   ByVal query As String, _
   ByVal clientCursor As Boolean, _
   ByVal parameters As BPMDBParameterCollection, _
   ByVal startRowIndex As Integer, _
   ByVal rows As Integer, _
   ByRef rowcount As Integer _
) As DataTable
'Usage
 
Dim instance As IDataSourceProviderReport
Dim connection As Object
Dim query As String
Dim clientCursor As Boolean
Dim parameters As BPMDBParameterCollection
Dim startRowIndex As Integer
Dim rows As Integer
Dim rowcount As Integer
Dim value As DataTable
 
value = instance.LoadTable(connection, query, clientCursor, parameters, startRowIndex, rows, rowcount)

Parameters

connection
query
clientCursor
parameters
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

IDataSourceProviderReport Interface
IDataSourceProviderReport Members

Send Feedback