BPM.Server
Load Method (FormDataSetLinkCollection)



Syntax
'Declaration
 
Public Shared Function Load( _
   ByVal formdatasetID As Integer, _
   ByVal tableIdentity As BPM.TableIdentity _
) As FormDataSetLinkCollection
'Usage
 
Dim formdatasetID As Integer
Dim tableIdentity As BPM.TableIdentity
Dim value As FormDataSetLinkCollection
 
value = FormDataSetLinkCollection.Load(formdatasetID, tableIdentity)
public static FormDataSetLinkCollection Load( 
   int formdatasetID,
   BPM.TableIdentity tableIdentity
)
public:
static FormDataSetLinkCollection^ Load( 
   int formdatasetID,
   BPM.TableIdentity^ tableIdentity
) 

Parameters

formdatasetID
tableIdentity
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

FormDataSetLinkCollection Class
FormDataSetLinkCollection Members

Send Feedback