Responder Developer Guide
PopulateDataAndRelationships Method


Syntax
'Declaration
 
Protected Function PopulateDataAndRelationships( _
   ByVal id As Nullable(Of Integer) _
) As DataSet
'Usage
 
Dim instance As RapidDataExecutorBase
Dim id As Nullable(Of Integer)
Dim value As DataSet
 
value = instance.PopulateDataAndRelationships(id)
protected DataSet PopulateDataAndRelationships( 
   Nullable<int> id
)

Parameters

id
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

RapidDataExecutorBase Class
RapidDataExecutorBase Members

 

 


Send Comment