RSS Documentation
LoadTableSchema Method



Syntax
'Declaration
 
Public Shared Function LoadTableSchema( _
   ByVal cn As BPMConnection, _
   ByVal datasourceName As String, _
   ByVal tableName As String _
) As FlowDataTable
'Usage
 
Dim cn As BPMConnection
Dim datasourceName As String
Dim tableName As String
Dim value As FlowDataTable
 
value = DataSourceManager.LoadTableSchema(cn, datasourceName, tableName)
public static FlowDataTable LoadTableSchema( 
   BPMConnection cn,
   string datasourceName,
   string tableName
)

Parameters

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