ESRI.ArcGIS.ADF.ArcGISServer
QueryRelatedRecordsAsync(String,Int32,FIDSet,RelateDescription,Object) Method
See Also 
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

See Also

© 2010 All Rights Reserved.