ESRI.ArcGIS.ADF.Web.UI.WebControls
RelateContext Constructor(String,String,String,Int32,Int32,String,Int32,Int32)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > RelateContext Class > RelateContext Constructor : RelateContext Constructor(String,String,String,Int32,Int32,String,Int32,Int32)




providerId
Id of the control that implements the relate provider interface.
mapResourceManager
Map resource manager id.
mapResource
Resource id.
sourceTableId
Source table id.
sourceObjectId
Source object id (the row in the table being related).
name
Relate name.
relatedTableId
Related table id.
relationshipId
Relationship id.
Parameterized constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal providerId As String, _
   ByVal mapResourceManager As String, _
   ByVal mapResource As String, _
   ByVal sourceTableId As Integer, _
   ByVal sourceObjectId As Integer, _
   ByVal name As String, _
   ByVal relatedTableId As Integer, _
   ByVal relationshipId As Integer _
)
Visual Basic (Usage)Copy Code
Dim providerId As String
Dim mapResourceManager As String
Dim mapResource As String
Dim sourceTableId As Integer
Dim sourceObjectId As Integer
Dim name As String
Dim relatedTableId As Integer
Dim relationshipId As Integer
 
Dim instance As RelateContext(providerId, mapResourceManager, mapResource, sourceTableId, sourceObjectId, name, relatedTableId, relationshipId)
C# 
public RelateContext( 
   string providerId,
   string mapResourceManager,
   string mapResource,
   int sourceTableId,
   int sourceObjectId,
   string name,
   int relatedTableId,
   int relationshipId
)

Parameters

providerId
Id of the control that implements the relate provider interface.
mapResourceManager
Map resource manager id.
mapResource
Resource id.
sourceTableId
Source table id.
sourceObjectId
Source object id (the row in the table being related).
name
Relate name.
relatedTableId
Related table id.
relationshipId
Relationship id.

See Also

© 2010 All Rights Reserved.