BPM.Server Namespace > DataSourceManager Class : LoadTable Method |
'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)
public static FlowDataTable LoadTable( string datasourceName, string query, BPMDBParameterCollection parameters, bool clientCursor, int startRowIndex, int rows, out int rowcount )
public: static FlowDataTable^ LoadTable( String^ datasourceName, String^ query, BPMDBParameterCollection^ parameters, bool clientCursor, 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