BPM.Server Namespace > IDataSourceProviderReport Interface : LoadTable Method |
'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)
DataTable LoadTable( object connection, string query, bool clientCursor, BPMDBParameterCollection parameters, int startRowIndex, int rows, out int rowcount )
DataTable^ LoadTable( Object^ connection, String^ query, bool clientCursor, BPMDBParameterCollection^ parameters, int startRowIndex, int rows, [Out] int rowcount )
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