ESRI.ArcGIS.ADF.Web.UI.WebControls
GetRelateData Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > IRelatesOnDemandProvider Interface : GetRelateData Method




contextInfo
Encoded information including map resource manager, map resource, source table id, source row id, targeted relate information.
Used by TaskResults to retrieve related data for a result from the control that created the results

Syntax

Visual Basic (Declaration) 
Function GetRelateData( _
   ByVal contextInfo As String _
) As DataTable
Visual Basic (Usage)Copy Code
Dim instance As IRelatesOnDemandProvider
Dim contextInfo As String
Dim value As DataTable
 
value = instance.GetRelateData(contextInfo)
C# 
DataTable GetRelateData( 
   string contextInfo
)

Parameters

contextInfo
Encoded information including map resource manager, map resource, source table id, source row id, targeted relate information.

Return Value

A DataTable containing the requested relate data.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.