ESRI.ArcGIS.ADF.ArcGISServer
QueryRelatedRecordsAsync(String,Int32,FIDSet,RelateDescription,Object) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class > QueryRelatedRecordsAsync Method : QueryRelatedRecordsAsync(String,Int32,FIDSet,RelateDescription,Object) Method




MapName
SourceTableID
SourceFIDSet
RelateDescription
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub QueryRelatedRecordsAsync( _
   ByVal MapName As String, _
   ByVal SourceTableID As Integer, _
   ByVal SourceFIDSet As FIDSet, _
   ByVal RelateDescription As RelateDescription, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapServerProxy
Dim MapName As String
Dim SourceTableID As Integer
Dim SourceFIDSet As FIDSet
Dim RelateDescription As RelateDescription
Dim userState As Object
 
instance.QueryRelatedRecordsAsync(MapName, SourceTableID, SourceFIDSet, RelateDescription, userState)
C# 
public void QueryRelatedRecordsAsync( 
   string MapName,
   int SourceTableID,
   FIDSet SourceFIDSet,
   RelateDescription RelateDescription,
   object userState
)

Parameters

MapName
SourceTableID
SourceFIDSet
RelateDescription
userState

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.